Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible
134 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.36ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.35ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.32ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.52ms
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.38ms
SELECT `languages`.*, `language_webstore`.`id` AS `pivot_id`, `language_webstore`.`webstore_id` AS `pivot_webstore_id`, `language_webstore`.`language_id` AS `pivot_language_id` FROM `languages` INNER JOIN `language_webstore` ON `languages`.`id` = `language_webstore`.`language_id` WHERE `language_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.23ms
SELECT * FROM `languages`
0.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.87ms
SELECT * FROM `config`
0.67ms
SELECT * FROM `meta_categories` WHERE `slug` = 'tenue-ville-homme' LIMIT 1
0.64ms
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` = '121'
0.43ms
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` = '121'
0.40ms
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` = '121'
0.35ms
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` = '121'
23.51ms
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 (53,54) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
2.79ms
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 (53,54) GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
6,749.88ms
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 (53,54) LEFT JOIN `product_tag` AS `mt2` ON `mt`.`product_id` = `p2`.`id` AND `mt`.`tag_id` IN (53,54) 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
24.93ms
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 (53,54) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(36) ASC LIMIT 32 OFFSET 32
0.21ms
SELECT FOUND_ROWS()
1.11ms
SELECT * FROM `products_details` WHERE `product_id` IN ('6007', '5481', '4536', '5521', '5923', '5556', '5681', '5613', '5642', '5691', '5549', '5634', '5126', '5916', '5695', '5464', '5624', '5981', '5555', '5605', '5621', '5859', '5639', '6005', '5913', '5783', '5920', '5637', '5774', '5979', '5580', '5643') ORDER BY `webstore_id` ASC
2.01ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('6007', '5481', '4536', '5521', '5923', '5556', '5681', '5613', '5642', '5691', '5549', '5634', '5126', '5916', '5695', '5464', '5624', '5981', '5555', '5605', '5621', '5859', '5639', '6005', '5913', '5783', '5920', '5637', '5774', '5979', '5580', '5643') ORDER BY `position` ASC
0.41ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '5', '1', '6', '3', '4', '2', '9', '12') ORDER BY `singular` ASC
0.45ms
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 ('20', '18', '44', '8', '7', '25', '23', '22', '41', '28', '12', '76', '10') 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 ('26', '40', '31', '64', '34', '45', '28', '39', '43', '42', '70', '38', '18', '49', '44') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.76ms
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 ('6007', '5481', '4536', '5521', '5923', '5556', '5681', '5613', '5642', '5691', '5549', '5634', '5126', '5916', '5695', '5464', '5624', '5981', '5555', '5605', '5621', '5859', '5639', '6005', '5913', '5783', '5920', '5637', '5774', '5979', '5580', '5643') ORDER BY `name` ASC
1.06ms
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 ('6007', '5481', '4536', '5521', '5923', '5556', '5681', '5613', '5642', '5691', '5549', '5634', '5126', '5916', '5695', '5464', '5624', '5981', '5555', '5605', '5621', '5859', '5639', '6005', '5913', '5783', '5920', '5637', '5774', '5979', '5580', '5643') ORDER BY `name` ASC
1.74ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('6007', '5481', '4536', '5521', '5923', '5556', '5681', '5613', '5642', '5691', '5549', '5634', '5126', '5916', '5695', '5464', '5624', '5981', '5555', '5605', '5621', '5859', '5639', '6005', '5913', '5783', '5920', '5637', '5774', '5979', '5580', '5643') ORDER BY `position` ASC
3.21ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28311', '27255', '27527', '29027', '28312', '27256', '27528', '28064', '28313', '29246', '27257', '27529', '28065', '29261', '27755', '29773', '29283', '29298', '22762', '25615', '29297', '22761', '25614', '28314', '29245', '27258', '27530', '28066', '29260', '27754', '29772', '29282', '27531', '28067', '27876', '29259', '27753', '29771', '29281', '29296', '22760', '25613', '27259', '28315', '29244', '29299', '22763', '25616', '27260', '29247', '27532', '27877', '29262', '27756', '29774', '29284', '27878', '29263', '28003', '29285', '28316', '27990', '29300', '22764', '28068', '25617', '27261', '27533', '29248', '28069', '27262', '27879', '28002', '28317', '27989', '28318', '27988', '27880', '28001', '27881', '28004', '27991', '29576', '27931', '29560', '29759', '28701', '28221', '28281', '28661', '28660', '27932', '29561', '27326', '29758', '29577', '28700', '28220', '28282', '29757', '28699', '28219', '28659', '27327', '29578', '29760', '28702', '27933', '29562', '28222', '28662', '29761', '28703', '28223', '28283', '27934', '29563', '27328', '29579', '27642', '27647', '27615', '28284', '29580', '27641', '27935', '29564', '27646', '27614', '27329', '27645', '27613', '28285', '27640', '27936', '29565', '27330', '27643', '29581', '27648', '27616', '27649', '28286', '27644', '29582', '27937', '29566', '27331', '28287', '29583', '27938', '29567', '28288', '29584')
0.65ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '2', '1', '140', '45', '5', '4', '46', '95', '8', '7', '96', '47', '11', '10', '13', '48', '55', '97', '14', '98', '17', '16', '56', '57', '124', '143', '49', '20', '19', '50', '23', '58', '144', '51', '145', '59', '60', '146', '62', '152', '40', '63', '41', '64', '153', '65', '154', '42', '66', '155', '43', '157', '132', '67', '68', '90', '69', '70', '91', '92', '71', '72', '93', '123', '73', '74', '75', '76', '77', '130') ORDER BY `position` ASC
0.67ms
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 ('6007', '5481', '4536', '5521', '5923', '5556', '5681', '5613', '5642', '5691', '5549', '5634', '5126', '5916', '5695', '5464', '5624', '5981', '5555', '5605', '5621', '5859', '5639', '6005', '5913', '5783', '5920', '5637', '5774', '5979', '5580', '5643') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.51ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5633', '5631', '5630', '5484', '5613', '5608', '5598', '5481') ORDER BY `webstore_id` ASC
0.73ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5633', '5631', '5630', '5484', '5613', '5608', '5598', '5481') ORDER BY `position` ASC
1.22ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28041', '28056', '28057', '27350', '28042', '28043', '28058', '27351', '27834', '28059', '27352', '28044', '28045', '27835', '28060', '27353', '27836', '28061', '27354', '27837', '28046', '28047', '28062', '27355', '27838', '27839', '28048', '28063', '27931', '27898', '28039', '27899', '28038', '27932', '27326', '28037', '27933', '27327', '27900', '28040', '27934', '27328', '27901', '27329', '27902', '27935', '27936', '27330', '27903', '27904', '27937', '27331', '27938', '27905')
0.47ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '54', '47', '48', '55', '56', '49', '57', '50', '58', '59', '51', '62', '152', '64', '153', '154', '66', '155', '68', '70', '72', '74', '76') ORDER BY `position` ASC
1.75ms
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 ('6007', '5481', '4536', '5521', '5923', '5556', '5681', '5613', '5642', '5691', '5549', '5634', '5126', '5916', '5695', '5464', '5624', '5981', '5555', '5605', '5621', '5859', '5639', '6005', '5913', '5783', '5920', '5637', '5774', '5979', '5580', '5643') GROUP BY `articles`.`id`
1.14ms
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` = '121' AND `is_enabled` = '1' ORDER BY RAND(36221) ASC
13.36ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' AND `id` <> '121' ORDER BY RAND(36221) ASC LIMIT 3
0.31ms
SELECT `code`, `taxes` FROM `countries`
0.31ms
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.21ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.30ms
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.37ms
SELECT * FROM `seo_types`
0.35ms
SELECT * FROM `styles`
0.69ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
3.34ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.23ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
287.18ms
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.99ms
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
451.46ms
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
1.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
8,302.97ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
7,013.74ms
+ 7,013.73ms
View #2 - components.page-header
7,043.06ms
+ 29.32ms
View #3 - components.button
7,043.53ms
+ 0.47ms
View #4 - components.button
7,043.82ms
+ 0.29ms
View #5 - components.filters
7,044.48ms
+ 0.66ms
View #6 - components.close-button
7,044.83ms
+ 0.35ms
View #7 - components.accordion.wrapper
7,045.13ms
+ 0.30ms
View #8 - components.accordion.bodies.filters.colors
7,045.20ms
+ 0.07ms
View #9 - components.accordion.wrapper
7,046.68ms
+ 1.48ms
View #10 - components.accordion.bodies.filters.sizes
7,046.72ms
+ 0.04ms
View #11 - components.accordion.wrapper
7,047.99ms
+ 1.28ms
View #12 - components.accordion.bodies.filters.list
7,048.03ms
+ 0.04ms
View #13 - components.button
7,048.29ms
+ 0.27ms
View #14 - components.button
7,048.53ms
+ 0.23ms
View #15 - components.button
7,048.73ms
+ 0.20ms
View #16 - components.button
7,048.92ms
+ 0.19ms
View #17 - components.pagination
7,049.16ms
+ 0.24ms
View #18 - components.button
7,049.42ms
+ 0.26ms
View #19 - catalog.partials.products-listing
7,049.69ms
+ 0.28ms
View #20 - components.product-card
7,049.99ms
+ 0.29ms
View #21 - components.add-to-wishlist
7,082.93ms
+ 32.94ms
View #22 - components.product-card
7,084.68ms
+ 1.75ms
View #23 - components.add-to-wishlist
7,087.57ms
+ 2.89ms
View #24 - components.product-card
7,089.06ms
+ 1.49ms
View #25 - components.add-to-wishlist
7,091.85ms
+ 2.78ms
View #26 - components.product-card
7,093.02ms
+ 1.18ms
View #27 - components.add-to-wishlist
7,095.87ms
+ 2.85ms
View #28 - components.product-card
7,097.18ms
+ 1.31ms
View #29 - components.add-to-wishlist
7,099.80ms
+ 2.62ms
View #30 - components.product-card
7,100.98ms
+ 1.19ms
View #31 - components.add-to-wishlist
7,103.64ms
+ 2.66ms
View #32 - components.product-card
7,104.88ms
+ 1.24ms
View #33 - components.add-to-wishlist
7,107.49ms
+ 2.62ms
View #34 - components.product-card
7,108.83ms
+ 1.34ms
View #35 - components.add-to-wishlist
7,111.89ms
+ 3.06ms
View #36 - components.product-card
7,113.18ms
+ 1.29ms
View #37 - components.add-to-wishlist
7,116.58ms
+ 3.40ms
View #38 - components.product-card
7,118.34ms
+ 1.76ms
View #39 - components.add-to-wishlist
7,121.28ms
+ 2.94ms
View #40 - components.product-card
7,122.83ms
+ 1.55ms
View #41 - components.add-to-wishlist
7,125.32ms
+ 2.49ms
View #42 - components.product-card
7,126.65ms
+ 1.33ms
View #43 - components.add-to-wishlist
7,129.32ms
+ 2.68ms
View #44 - components.product-card
7,130.70ms
+ 1.38ms
View #45 - components.add-to-wishlist
7,133.31ms
+ 2.61ms
View #46 - components.product-card
7,134.59ms
+ 1.28ms
View #47 - components.add-to-wishlist
7,137.36ms
+ 2.77ms
View #48 - components.product-card
7,138.93ms
+ 1.57ms
View #49 - components.add-to-wishlist
7,141.90ms
+ 2.96ms
View #50 - components.product-card
7,143.10ms
+ 1.21ms
View #51 - components.add-to-wishlist
7,146.14ms
+ 3.04ms
View #52 - components.product-card
7,147.62ms
+ 1.48ms
View #53 - components.add-to-wishlist
7,150.17ms
+ 2.55ms
View #54 - components.product-card
7,151.55ms
+ 1.38ms
View #55 - components.add-to-wishlist
7,154.50ms
+ 2.95ms
View #56 - components.product-card
7,155.80ms
+ 1.30ms
View #57 - components.add-to-wishlist
7,158.60ms
+ 2.81ms
View #58 - components.product-card
7,159.90ms
+ 1.30ms
View #59 - components.add-to-wishlist
7,168.46ms
+ 8.56ms
View #60 - components.product-card
7,170.76ms
+ 2.30ms
View #61 - components.add-to-wishlist
7,174.82ms
+ 4.06ms
View #62 - components.product-card
7,177.02ms
+ 2.19ms
View #63 - components.add-to-wishlist
7,180.42ms
+ 3.41ms
View #64 - components.product-card
7,182.59ms
+ 2.16ms
View #65 - components.add-to-wishlist
7,188.83ms
+ 6.24ms
View #66 - components.product-card
7,191.65ms
+ 2.82ms
View #67 - components.add-to-wishlist
7,196.08ms
+ 4.43ms
View #68 - components.product-card
7,198.31ms
+ 2.23ms
View #69 - components.add-to-wishlist
7,202.71ms
+ 4.40ms
View #70 - components.product-card
7,204.93ms
+ 2.22ms
View #71 - components.add-to-wishlist
7,209.24ms
+ 4.31ms
View #72 - components.product-card
7,211.46ms
+ 2.22ms
View #73 - components.add-to-wishlist
7,215.73ms
+ 4.27ms
View #74 - components.product-card
7,217.91ms
+ 2.17ms
View #75 - components.add-to-wishlist
7,224.44ms
+ 6.53ms
View #76 - components.product-card
7,227.21ms
+ 2.78ms
View #77 - components.add-to-wishlist
7,231.37ms
+ 4.15ms
View #78 - components.product-card
7,233.60ms
+ 2.23ms
View #79 - components.add-to-wishlist
7,237.69ms
+ 4.08ms
View #80 - components.product-card
7,239.85ms
+ 2.16ms
View #81 - components.add-to-wishlist
7,244.02ms
+ 4.17ms
View #82 - components.product-card
7,246.25ms
+ 2.23ms
View #83 - components.add-to-wishlist
7,251.88ms
+ 5.64ms
View #84 - components.seo-footer
7,254.76ms
+ 2.88ms
View #85 - components.pagination
7,255.19ms
+ 0.44ms
View #86 - components.button
7,255.80ms
+ 0.60ms
View #87 - layout.layout
7,256.96ms
+ 1.17ms
View #88 - layout.meta
7,258.29ms
+ 1.32ms
View #89 - modules.notification
7,347.37ms
+ 89.08ms
View #90 - modules.header
7,348.23ms
+ 0.87ms
View #91 - modules.menu
8,198.68ms
+ 850.45ms
View #92 - components.menu-first-level
8,200.25ms
+ 1.57ms
View #93 - components.menu-second-level
8,204.55ms
+ 4.30ms
View #94 - components.menu-pushes
8,214.06ms
+ 9.51ms
View #95 - components.menu-pushes
8,224.24ms
+ 10.18ms
View #96 - components.menu-pushes
8,230.91ms
+ 6.67ms
View #97 - components.menu-pushes
8,237.70ms
+ 6.79ms
View #98 - components.menu-pushes
8,239.84ms
+ 2.14ms
View #99 - components.menu-pushes
8,241.99ms
+ 2.15ms
View #100 - svg.logo
8,243.04ms
+ 1.05ms
View #101 - modules.messages
8,244.02ms
+ 0.99ms
View #102 - modules.breadcrumbs
8,244.59ms
+ 0.57ms
View #103 - modules.footer
8,245.03ms
+ 0.44ms
View #104 - components.reinsurance-support
8,245.48ms
+ 0.45ms
View #105 - components.field
8,246.41ms
+ 0.94ms
View #106 - components.csrf-field
8,246.84ms
+ 0.42ms
View #107 - components.button
8,247.17ms
+ 0.34ms
View #108 - components.footer-links
8,247.53ms
+ 0.36ms
View #109 - modules.panel
8,251.22ms
+ 3.68ms
View #110 - modules.popin
8,251.51ms
+ 0.29ms
View #111 - modules.blueshift-popin
8,251.72ms
+ 0.21ms
View #112 - modules.search-panel
8,252.80ms
+ 1.08ms
View #113 - catalog.search-form
8,253.17ms
+ 0.36ms
View #114 - components.field
8,253.62ms
+ 0.46ms
View #115 - modules.toaster
8,254.46ms
+ 0.83ms
View #116 - layout.overlay
8,254.65ms
+ 0.19ms
View #117 - modules.webstore-switcher
8,257.10ms
+ 2.45ms
View #118 - components.close-button
8,257.54ms
+ 0.44ms
View #119 - components.native-select
8,258.14ms
+ 0.60ms
View #120 - components.native-select
8,258.73ms
+ 0.60ms
View #121 - components.button
8,259.01ms
+ 0.28ms
View #122 - components.button
8,259.34ms
+ 0.33ms
View #123 - helpers.grid
8,259.70ms
+ 0.36ms
View #124 - modules.loading-bar
8,259.89ms
+ 0.19ms
View #125 - 3rdparties.didomi
8,298.84ms
+ 38.95ms
View #126 - 3rdparties.gtm
8,299.14ms
+ 0.30ms
View #127 - 3rdparties.abtasty.main
8,299.34ms
+ 0.20ms
View #128 - 3rdparties.abtasty.tracking
8,299.51ms
+ 0.17ms
View #129 - 3rdparties.blueshift
8,299.80ms
+ 0.29ms
View #130 - 3rdparties.sizebay.main
8,300.29ms
+ 0.49ms
View #131 - 3rdparties.sizebay.tracking
8,300.53ms
+ 0.24ms
View #132 - 3rdparties.gsi
8,300.79ms
+ 0.26ms
View #133 - 3rdparties.applepay
8,301.01ms
+ 0.21ms
View #134 - 3rdparties.alma
8,301.32ms
+ 0.31ms
View #135 - path: /var/www/html/laravel/profiling/template.blade.php
8,303.01ms
+ 1.70ms
... 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.136
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.136
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.5
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) 39630
REDIRECT_URL string(28) /fr/m-tenue-ville-homme.html
REDIRECT_QUERY_STRING string(35) /fr/m-tenue-ville-homme.html&page=2
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(35) /fr/m-tenue-ville-homme.html&page=2
REQUEST_URI string(35) /fr/m-tenue-ville-homme.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788522470.347
REQUEST_TIME int 1788522470
HTTPS string(2) on
... array(2)
csrf_token string(40) EBP1hqxxDLSVs3zeVJPFnCr75WsrLduuD2LuLNMD
cart string(12) Order object