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

Filtres

Couleur

Taille

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.27ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.27ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.25ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.51ms
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.44ms
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.20ms
SELECT * FROM `languages`
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.24ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
5.42ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.07ms
SELECT * FROM `config`
0.65ms
SELECT * FROM `meta_categories` WHERE `slug` = 'tenue-mariage-homme-invite' LIMIT 1
0.32ms
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` = '113'
0.25ms
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` = '113'
0.21ms
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` = '113'
0.46ms
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` = '113'
118.48ms
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' GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
4.63ms
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) GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
6,429.60ms
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 (`mt`.`id` IS NOT NULL OR `mt2`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
40.68ms
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' GROUP BY `products`.`id` ORDER BY RAND(36) ASC LIMIT 32 OFFSET 64
0.21ms
SELECT FOUND_ROWS()
1.19ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY `webstore_id` ASC
1.39ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY `position` ASC
0.47ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('15', '2', '4', '8', '1', '9', '6', '5', '10') ORDER BY `singular` ASC
0.47ms
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 ('29', '22', '23', '9', '15', '31', '32', '7', '8', '30', '18', '58', '55') ORDER BY `singular` ASC
0.48ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('43', '50', '64', '13', '16', '35', '28', '15', '40', '74', '61', '63') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.44ms
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 ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY `name` ASC
0.83ms
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 ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY `name` ASC
1.44ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY `position` ASC
3.06ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27527', '29348', '26204', '29186', '27535', '6488', '29050', '6636', '28029', '27131', '29340', '27537', '6496', '29090', '28839', '27546', '6502', '19079', '28840', '27528', '29349', '29051', '28030', '27132', '29341', '27240', '29052', '28031', '27133', '27241', '29342', '28841', '27529', '29350', '27530', '29351', '29053', '29455', '28032', '27134', '27242', '29343', '28842', '29456', '28033', '27135', '27243', '29344', '28843', '27531', '29352', '3802', '17540', '29054', '27532', '29353', '2775', '17541', '29457', '27136', '27244', '29345', '29458', '27137', '27245', '29346', '29055', '28034', '27533', '29354', '2771', '17542', '28844', '28035', '2776', '17543', '28845', '29355', '29459', '27138', '27246', '29347', '29056', '29057', '28036', '2772', '17544', '28846', '29356', '29460', '2773', '17545', '29357', '2774', '17546', '27854', '27898', '28039', '27899', '28038', '27855', '28037', '28040', '27856', '27900', '27901', '23593', '27857', '23594', '27858', '23595', '27902', '23596', '27903', '23597', '27859', '23598', '27860', '27904', '27861', '27905')
0.57ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '122', '121', '142', '44', '45', '4', '5', '46', '7', '8', '10', '47', '81', '11', '82', '48', '13', '14', '112', '16', '113', '83', '17', '84', '19', '20', '49', '114', '50', '115', '22', '85', '23', '51', '116', '25', '86', '117', '28', '118', '62', '152', '64', '153', '154', '155', '66', '68', '89', '90', '70', '91', '92', '72', '93', '123', '74', '76') ORDER BY `position` ASC
0.73ms
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 ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.00ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5633', '6001', '5999', '5850', '5851', '5628', '5849', '5602', '5009', '5983', '5613', '5984') ORDER BY `webstore_id` ASC
1.08ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5633', '6001', '5999', '5850', '5851', '5628', '5849', '5602', '5009', '5983', '5613', '5984') ORDER BY `position` ASC
2.07ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29708', '29007', '29723', '28998', '28021', '28056', '28057', '29709', '29724', '29008', '28999', '28022', '29710', '29725', '29009', '29000', '28023', '28058', '28059', '29711', '29726', '29010', '29001', '28024', '29712', '29727', '29011', '29002', '28025', '28060', '28061', '29713', '29728', '29012', '29003', '28026', '29004', '28027', '28062', '29714', '29729', '29013', '28063', '29730', '29014', '29005', '28028', '29731', '29015', '29006', '29732', '29591', '27854', '29599', '27931', '24998', '28989', '29600', '27932', '29592', '27855', '24999', '28990', '29593', '27856', '29601', '27933', '28991', '25000', '29602', '27934', '29594', '27857', '25001', '28992', '29595', '27858', '29603', '27935', '28993', '25002', '27936', '29596', '27859', '29604', '25003', '28994', '27860', '29605', '27937', '29597', '28995', '25004', '27938', '29598', '27861', '29606', '25076', '28996', '25077', '28997', '25078')
0.45ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '151') ORDER BY `position` ASC
1.47ms
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 ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') GROUP BY `articles`.`id`
1.09ms
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` = '113' AND `is_enabled` = '1' ORDER BY RAND(36213) ASC
0.24ms
SELECT `code`, `taxes` FROM `countries`
0.32ms
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1
0.20ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.28ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.23ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.29ms
SELECT `products_types`.*, `gifts_products_types`.`id` AS `pivot_id`, `gifts_products_types`.`gift_id` AS `pivot_gift_id`, `gifts_products_types`.`type_id` AS `pivot_type_id`, `gifts_products_types`.`min_qty` AS `pivot_min_qty` FROM `products_types` INNER JOIN `gifts_products_types` ON `products_types`.`id` = `gifts_products_types`.`type_id` WHERE `gifts_products_types`.`gift_id` IN ('1')
0.42ms
SELECT * FROM `seo_types`
0.38ms
SELECT * FROM `styles`
0.79ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.78ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.26ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
145.09ms
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.67ms
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.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
217.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` < '324' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.69ms
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
7,568.50ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
6,798.56ms
+ 6,798.56ms
View #2 - components.page-header
6,831.29ms
+ 32.73ms
View #3 - components.button
6,831.67ms
+ 0.38ms
View #4 - components.button
6,831.94ms
+ 0.27ms
View #5 - components.filters
6,832.33ms
+ 0.40ms
View #6 - components.close-button
6,832.63ms
+ 0.30ms
View #7 - components.accordion.wrapper
6,832.85ms
+ 0.22ms
View #8 - components.accordion.bodies.filters.colors
6,832.88ms
+ 0.03ms
View #9 - components.accordion.wrapper
6,834.09ms
+ 1.21ms
View #10 - components.accordion.bodies.filters.sizes
6,834.12ms
+ 0.03ms
View #11 - components.accordion.wrapper
6,834.89ms
+ 0.77ms
View #12 - components.accordion.bodies.filters.list
6,834.92ms
+ 0.03ms
View #13 - components.button
6,835.21ms
+ 0.29ms
View #14 - components.button
6,835.43ms
+ 0.22ms
View #15 - components.button
6,835.61ms
+ 0.18ms
View #16 - components.button
6,835.83ms
+ 0.22ms
View #17 - components.pagination
6,836.06ms
+ 0.23ms
View #18 - components.button
6,836.32ms
+ 0.27ms
View #19 - catalog.partials.products-listing
6,836.56ms
+ 0.23ms
View #20 - components.product-card
6,836.77ms
+ 0.22ms
View #21 - components.add-to-wishlist
6,866.52ms
+ 29.75ms
View #22 - components.product-card
6,867.96ms
+ 1.44ms
View #23 - components.add-to-wishlist
6,871.80ms
+ 3.84ms
View #24 - components.product-card
6,873.28ms
+ 1.48ms
View #25 - components.add-to-wishlist
6,875.95ms
+ 2.68ms
View #26 - components.product-card
6,877.34ms
+ 1.39ms
View #27 - components.add-to-wishlist
6,879.50ms
+ 2.15ms
View #28 - components.product-card
6,880.94ms
+ 1.44ms
View #29 - components.add-to-wishlist
6,883.63ms
+ 2.69ms
View #30 - components.product-card
6,885.00ms
+ 1.37ms
View #31 - components.add-to-wishlist
6,886.99ms
+ 1.99ms
View #32 - components.product-card
6,888.19ms
+ 1.20ms
View #33 - components.add-to-wishlist
6,890.12ms
+ 1.92ms
View #34 - components.product-card
6,891.25ms
+ 1.13ms
View #35 - components.add-to-wishlist
6,893.75ms
+ 2.51ms
View #36 - components.product-card
6,894.96ms
+ 1.20ms
View #37 - components.add-to-wishlist
6,898.73ms
+ 3.77ms
View #38 - components.product-card
6,900.47ms
+ 1.74ms
View #39 - components.add-to-wishlist
6,903.91ms
+ 3.45ms
View #40 - components.product-card
6,905.60ms
+ 1.69ms
View #41 - components.add-to-wishlist
6,908.57ms
+ 2.97ms
View #42 - components.product-card
6,910.48ms
+ 1.91ms
View #43 - components.add-to-wishlist
6,912.85ms
+ 2.38ms
View #44 - components.product-card
6,913.96ms
+ 1.10ms
View #45 - components.add-to-wishlist
6,916.90ms
+ 2.95ms
View #46 - components.product-card
6,918.21ms
+ 1.30ms
View #47 - components.add-to-wishlist
6,922.18ms
+ 3.97ms
View #48 - components.product-card
6,923.66ms
+ 1.48ms
View #49 - components.add-to-wishlist
6,926.81ms
+ 3.15ms
View #50 - components.product-card
6,928.09ms
+ 1.28ms
View #51 - components.add-to-wishlist
6,930.12ms
+ 2.03ms
View #52 - components.product-card
6,931.23ms
+ 1.11ms
View #53 - components.add-to-wishlist
6,933.71ms
+ 2.48ms
View #54 - components.product-card
6,934.97ms
+ 1.26ms
View #55 - components.add-to-wishlist
6,945.03ms
+ 10.05ms
View #56 - components.product-card
6,946.43ms
+ 1.41ms
View #57 - components.add-to-wishlist
6,948.37ms
+ 1.94ms
View #58 - components.product-card
6,949.71ms
+ 1.34ms
View #59 - components.add-to-wishlist
6,952.42ms
+ 2.70ms
View #60 - components.product-card
6,953.66ms
+ 1.24ms
View #61 - components.add-to-wishlist
6,956.49ms
+ 2.84ms
View #62 - components.product-card
6,957.75ms
+ 1.26ms
View #63 - components.add-to-wishlist
6,960.54ms
+ 2.79ms
View #64 - components.product-card
6,961.76ms
+ 1.22ms
View #65 - components.add-to-wishlist
6,963.51ms
+ 1.75ms
View #66 - components.product-card
6,964.73ms
+ 1.22ms
View #67 - components.add-to-wishlist
6,967.41ms
+ 2.68ms
View #68 - components.product-card
6,968.69ms
+ 1.28ms
View #69 - components.add-to-wishlist
6,970.58ms
+ 1.89ms
View #70 - components.product-card
6,971.72ms
+ 1.14ms
View #71 - components.add-to-wishlist
6,974.25ms
+ 2.53ms
View #72 - components.product-card
6,975.49ms
+ 1.24ms
View #73 - components.add-to-wishlist
6,978.31ms
+ 2.83ms
View #74 - components.product-card
6,979.68ms
+ 1.36ms
View #75 - components.add-to-wishlist
6,982.29ms
+ 2.61ms
View #76 - components.product-card
6,983.41ms
+ 1.12ms
View #77 - components.add-to-wishlist
6,986.03ms
+ 2.62ms
View #78 - components.product-card
6,987.18ms
+ 1.15ms
View #79 - components.add-to-wishlist
6,989.10ms
+ 1.92ms
View #80 - components.product-card
6,990.24ms
+ 1.13ms
View #81 - components.add-to-wishlist
6,993.69ms
+ 3.46ms
View #82 - components.product-card
6,995.27ms
+ 1.58ms
View #83 - components.add-to-wishlist
6,999.06ms
+ 3.79ms
View #84 - components.seo-footer
7,000.67ms
+ 1.61ms
View #85 - components.pagination
7,000.93ms
+ 0.26ms
View #86 - components.button
7,001.20ms
+ 0.27ms
View #87 - components.button
7,001.79ms
+ 0.59ms
View #88 - components.button
7,001.99ms
+ 0.20ms
View #89 - layout.layout
7,002.32ms
+ 0.33ms
View #90 - layout.meta
7,003.15ms
+ 0.82ms
View #91 - modules.notification
7,082.77ms
+ 79.62ms
View #92 - modules.header
7,083.37ms
+ 0.60ms
View #93 - modules.menu
7,500.71ms
+ 417.34ms
View #94 - components.menu-first-level
7,501.16ms
+ 0.46ms
View #95 - components.menu-second-level
7,503.43ms
+ 2.27ms
View #96 - components.menu-pushes
7,509.07ms
+ 5.64ms
View #97 - components.menu-pushes
7,515.08ms
+ 6.01ms
View #98 - components.menu-pushes
7,518.90ms
+ 3.82ms
View #99 - components.menu-pushes
7,522.86ms
+ 3.96ms
View #100 - components.menu-pushes
7,524.09ms
+ 1.23ms
View #101 - components.menu-pushes
7,525.11ms
+ 1.02ms
View #102 - svg.logo
7,525.73ms
+ 0.62ms
View #103 - modules.messages
7,526.29ms
+ 0.56ms
View #104 - modules.breadcrumbs
7,526.63ms
+ 0.34ms
View #105 - modules.footer
7,526.81ms
+ 0.18ms
View #106 - components.reinsurance-support
7,527.07ms
+ 0.26ms
View #107 - components.field
7,527.43ms
+ 0.36ms
View #108 - components.csrf-field
7,527.70ms
+ 0.27ms
View #109 - components.button
7,527.84ms
+ 0.14ms
View #110 - components.footer-links
7,528.03ms
+ 0.19ms
View #111 - modules.panel
7,530.19ms
+ 2.16ms
View #112 - modules.popin
7,530.34ms
+ 0.15ms
View #113 - modules.blueshift-popin
7,530.46ms
+ 0.12ms
View #114 - modules.search-panel
7,531.04ms
+ 0.58ms
View #115 - catalog.search-form
7,531.30ms
+ 0.26ms
View #116 - components.field
7,531.62ms
+ 0.32ms
View #117 - modules.toaster
7,532.16ms
+ 0.55ms
View #118 - layout.overlay
7,532.28ms
+ 0.11ms
View #119 - modules.webstore-switcher
7,533.58ms
+ 1.30ms
View #120 - components.close-button
7,533.85ms
+ 0.27ms
View #121 - components.native-select
7,534.15ms
+ 0.30ms
View #122 - components.native-select
7,534.49ms
+ 0.34ms
View #123 - components.button
7,534.67ms
+ 0.18ms
View #124 - components.button
7,534.93ms
+ 0.26ms
View #125 - helpers.grid
7,535.12ms
+ 0.20ms
View #126 - modules.loading-bar
7,535.24ms
+ 0.11ms
View #127 - 3rdparties.didomi
7,565.52ms
+ 30.29ms
View #128 - 3rdparties.gtm
7,565.78ms
+ 0.26ms
View #129 - 3rdparties.abtasty.main
7,565.90ms
+ 0.12ms
View #130 - 3rdparties.abtasty.tracking
7,566.00ms
+ 0.10ms
View #131 - 3rdparties.blueshift
7,566.18ms
+ 0.18ms
View #132 - 3rdparties.sizebay.main
7,566.50ms
+ 0.32ms
View #133 - 3rdparties.sizebay.tracking
7,566.67ms
+ 0.17ms
View #134 - 3rdparties.gsi
7,566.83ms
+ 0.16ms
View #135 - 3rdparties.applepay
7,566.91ms
+ 0.08ms
View #136 - 3rdparties.alma
7,567.12ms
+ 0.21ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
7,568.54ms
+ 1.43ms
... 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.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) 58738
REDIRECT_URL string(37) /fr/m-tenue-mariage-homme-invite.html
REDIRECT_QUERY_STRING string(44) /fr/m-tenue-mariage-homme-invite.html&page=3
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(44) /fr/m-tenue-mariage-homme-invite.html&page=3
REQUEST_URI string(44) /fr/m-tenue-mariage-homme-invite.html?page=3
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788347336.951
REQUEST_TIME int 1788347336
HTTPS string(2) on
... array(2)
csrf_token string(40) u5jd1GgRjvv8XapElSSLPevRS0Z7tOYr2qxAkth5
cart string(12) Order object