Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.
63 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.35ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.35ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.56ms
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.42ms
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.22ms
SELECT * FROM `languages`
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.73ms
SELECT * FROM `config`
0.34ms
SELECT * FROM `meta_categories` WHERE `slug` = 'tenue-ceremonie-homme' LIMIT 1
0.30ms
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` = '55'
0.29ms
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` = '55'
0.24ms
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` = '55'
0.26ms
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` = '55'
19.73ms
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(29) ASC) q
2.59ms
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
2,188.36ms
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
21.39ms
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(29) ASC LIMIT 32 OFFSET 32
0.16ms
SELECT FOUND_ROWS()
0.98ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY `webstore_id` ASC
1.11ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY `position` ASC
0.43ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('8', '6', '2', '5', '10', '9', '4', '15', '1') ORDER BY `singular` ASC
0.60ms
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 ('9', '7', '22', '18', '55', '31', '30', '29', '8') ORDER BY `singular` ASC
0.67ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('50', '35', '39', '63', '13', '15', '76', '11') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.12ms
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 ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY `name` ASC
0.89ms
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 ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY `name` ASC
1.34ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY `position` ASC
2.60ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26204', '29090', '25896', '28319', '29026', '19079', '19070', '28141', '26202', '29050', '6488', '19071', '29051', '23736', '23599', '29137', '25026', '29097', '28320', '29138', '25027', '29098', '28321', '29052', '23737', '23600', '29053', '23738', '23601', '29139', '25028', '29099', '28322', '3800', '3802', '29054', '23739', '29140', '23602', '25029', '29100', '28323', '23740', '23603', '25030', '29101', '28324', '2765', '2775', '29141', '2767', '2771', '23741', '23604', '25031', '29102', '28325', '29055', '29103', '29056', '29142', '2766', '2776', '23742', '23605', '2769', '2772', '23743', '23606', '29104', '29057', '23357', '29105', '24998', '2768', '2773', '23744', '25070', '28234', '2774', '23358', '2770', '28235', '28264', '24999', '23359', '23593', '25000', '23594', '28236', '28265', '23360', '23595', '23596', '28237', '28266', '25001', '23597', '23361', '28238', '28267', '23598', '25002', '23362', '28239', '25003', '23363', '28240', '25004', '23364', '28241', '25076', '25077', '25078', '23365')
0.66ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '121', '2', '142', '44', '45', '80', '5', '46', '8', '81', '47', '82', '11', '112', '48', '83', '14', '84', '17', '113', '49', '114', '85', '20', '86', '50', '115', '116', '87', '51', '62', '88', '63', '117', '118', '64', '65', '66', '89', '67', '90', '68', '91', '92', '69', '93', '70', '71', '123', '72', '73', '74', '75', '76', '77', '78', '151', '130') ORDER BY `position` ASC
0.79ms
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 ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.65ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5463', '5885', '5461', '5806', '5863', '5852', '5851', '5009', '5849', '5362') ORDER BY `webstore_id` ASC
0.91ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5463', '5885', '5461', '5806', '5863', '5852', '5851', '5009', '5849', '5362') ORDER BY `position` ASC
1.89ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29042', '27232', '28839', '29016', '29007', '27247', '29017', '29008', '27248', '29043', '29137', '27233', '28840', '29044', '29138', '27234', '28841', '29018', '29009', '27249', '29019', '29010', '27250', '29045', '29139', '27235', '28842', '29140', '28843', '27236', '29020', '29011', '27251', '29046', '27237', '27252', '29047', '29141', '28844', '29021', '29012', '27238', '29022', '29013', '27239', '27253', '29048', '29142', '28845', '29049', '28846', '29023', '29014', '27254', '29015', '26648', '28989', '24998', '28990', '24999', '26649', '26650', '28991', '25000', '28992', '25001', '26651', '26652', '28993', '25002', '28994', '25003', '26653', '28995', '25004', '26654', '28996', '25076', '28997', '25077', '25078')
0.43ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '2', '45', '5', '46', '8', '47', '11', '48', '14', '17', '49', '20', '50', '23', '51', '52', '63', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.39ms
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 ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') GROUP BY `articles`.`id`
1.26ms
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` = '55' AND `is_enabled` = '1' ORDER BY RAND(29155) ASC
0.27ms
SELECT `code`, `taxes` FROM `countries`
0.38ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
0.90ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.31ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
0.29ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.36ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
115.55ms
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.72ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('4', '78', '44', '88', '76', '153', '138', '2', '151', '30', '84', '8', '11', '12', '13', '14', '9', '15', '93', '17', '16', '82', '81', '83', '87', '80', '79', '109', '18', '5', '19', '22', '23', '24', '26', '25', '95', '27', '160', '74', '63', '64', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61') ORDER BY `position` ASC
0.35ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
170.72ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '153' AND `r` < '298' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.58ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('110', '111', '115', '116', '117', '120', '121', '119', '148', '68', '69', '140', '141', '142', '53', '55', '85', '86', '159', '125', '126', '127', '129', '128', '136', '132', '165', '134', '158', '66', '67', '144', '150', '145', '124', '32', '73', '123', '137', '154', '139', '167') ORDER BY `position` ASC
Name Running Time (ms) Difference
default_timer
3,050.92ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
2,398.71ms
+ 2,398.71ms
View #2 - components.page-header
2,430.26ms
+ 31.55ms
View #3 - components.button
2,430.69ms
+ 0.43ms
View #4 - components.button
2,430.96ms
+ 0.28ms
View #5 - components.filters
2,431.41ms
+ 0.44ms
View #6 - components.close-button
2,431.71ms
+ 0.30ms
View #7 - components.accordion.wrapper
2,431.92ms
+ 0.21ms
View #8 - components.accordion.bodies.filters.colors
2,431.94ms
+ 0.03ms
View #9 - components.accordion.wrapper
2,433.07ms
+ 1.13ms
View #10 - components.accordion.bodies.filters.sizes
2,433.10ms
+ 0.03ms
View #11 - components.accordion.wrapper
2,433.91ms
+ 0.80ms
View #12 - components.accordion.bodies.filters.list
2,433.94ms
+ 0.03ms
View #13 - components.button
2,434.15ms
+ 0.21ms
View #14 - components.button
2,434.39ms
+ 0.24ms
View #15 - components.button
2,434.62ms
+ 0.23ms
View #16 - components.button
2,434.80ms
+ 0.18ms
View #17 - components.pagination
2,435.04ms
+ 0.23ms
View #18 - components.button
2,435.61ms
+ 0.58ms
View #19 - catalog.partials.products-listing
2,435.83ms
+ 0.22ms
View #20 - components.product-card
2,436.03ms
+ 0.19ms
View #21 - components.add-to-wishlist
2,468.75ms
+ 32.72ms
View #22 - components.product-card
2,470.13ms
+ 1.38ms
View #23 - components.add-to-wishlist
2,471.97ms
+ 1.84ms
View #24 - components.product-card
2,472.99ms
+ 1.02ms
View #25 - components.add-to-wishlist
2,475.60ms
+ 2.61ms
View #26 - components.product-card
2,476.66ms
+ 1.06ms
View #27 - components.add-to-wishlist
2,479.05ms
+ 2.39ms
View #28 - components.product-card
2,480.22ms
+ 1.17ms
View #29 - components.add-to-wishlist
2,482.13ms
+ 1.91ms
View #30 - components.product-card
2,483.19ms
+ 1.06ms
View #31 - components.add-to-wishlist
2,486.60ms
+ 3.41ms
View #32 - components.product-card
2,487.87ms
+ 1.27ms
View #33 - components.add-to-wishlist
2,490.61ms
+ 2.74ms
View #34 - components.product-card
2,491.78ms
+ 1.17ms
View #35 - components.add-to-wishlist
2,495.49ms
+ 3.71ms
View #36 - components.product-card
2,496.73ms
+ 1.25ms
View #37 - components.add-to-wishlist
2,499.11ms
+ 2.38ms
View #38 - components.product-card
2,500.27ms
+ 1.15ms
View #39 - components.add-to-wishlist
2,501.99ms
+ 1.72ms
View #40 - components.product-card
2,503.00ms
+ 1.01ms
View #41 - components.add-to-wishlist
2,506.44ms
+ 3.44ms
View #42 - components.product-card
2,507.69ms
+ 1.26ms
View #43 - components.add-to-wishlist
2,510.12ms
+ 2.42ms
View #44 - components.product-card
2,511.35ms
+ 1.24ms
View #45 - components.add-to-wishlist
2,513.21ms
+ 1.86ms
View #46 - components.product-card
2,514.34ms
+ 1.13ms
View #47 - components.add-to-wishlist
2,516.15ms
+ 1.80ms
View #48 - components.product-card
2,517.16ms
+ 1.01ms
View #49 - components.add-to-wishlist
2,520.24ms
+ 3.08ms
View #50 - components.product-card
2,521.55ms
+ 1.31ms
View #51 - components.add-to-wishlist
2,524.15ms
+ 2.59ms
View #52 - components.product-card
2,525.22ms
+ 1.07ms
View #53 - components.add-to-wishlist
2,528.43ms
+ 3.21ms
View #54 - components.product-card
2,529.65ms
+ 1.22ms
View #55 - components.add-to-wishlist
2,532.33ms
+ 2.67ms
View #56 - components.product-card
2,533.44ms
+ 1.12ms
View #57 - components.add-to-wishlist
2,535.28ms
+ 1.84ms
View #58 - components.product-card
2,536.35ms
+ 1.07ms
View #59 - components.add-to-wishlist
2,539.04ms
+ 2.69ms
View #60 - components.product-card
2,540.12ms
+ 1.09ms
View #61 - components.add-to-wishlist
2,542.24ms
+ 2.11ms
View #62 - components.product-card
2,543.30ms
+ 1.06ms
View #63 - components.add-to-wishlist
2,546.79ms
+ 3.49ms
View #64 - components.product-card
2,548.04ms
+ 1.25ms
View #65 - components.add-to-wishlist
2,550.98ms
+ 2.94ms
View #66 - components.product-card
2,552.04ms
+ 1.06ms
View #67 - components.add-to-wishlist
2,554.84ms
+ 2.80ms
View #68 - components.product-card
2,556.10ms
+ 1.26ms
View #69 - components.add-to-wishlist
2,558.00ms
+ 1.90ms
View #70 - components.product-card
2,559.30ms
+ 1.30ms
View #71 - components.add-to-wishlist
2,561.19ms
+ 1.90ms
View #72 - components.product-card
2,562.20ms
+ 1.01ms
View #73 - components.add-to-wishlist
2,564.01ms
+ 1.80ms
View #74 - components.product-card
2,565.14ms
+ 1.13ms
View #75 - components.add-to-wishlist
2,567.37ms
+ 2.23ms
View #76 - components.product-card
2,568.35ms
+ 0.98ms
View #77 - components.add-to-wishlist
2,570.82ms
+ 2.46ms
View #78 - components.product-card
2,571.88ms
+ 1.07ms
View #79 - components.add-to-wishlist
2,574.31ms
+ 2.42ms
View #80 - components.product-card
2,575.40ms
+ 1.09ms
View #81 - components.add-to-wishlist
2,585.62ms
+ 10.22ms
View #82 - components.seo-footer
2,587.09ms
+ 1.47ms
View #83 - components.pagination
2,587.41ms
+ 0.32ms
View #84 - components.button
2,588.05ms
+ 0.64ms
View #85 - components.button
2,588.28ms
+ 0.23ms
View #86 - layout.layout
2,588.51ms
+ 0.23ms
View #87 - layout.meta
2,610.10ms
+ 21.58ms
View #88 - modules.notification
2,671.26ms
+ 61.16ms
View #89 - modules.header
2,671.87ms
+ 0.61ms
View #90 - modules.menu
3,002.40ms
+ 330.53ms
View #91 - components.menu-first-level
3,002.83ms
+ 0.42ms
View #92 - components.menu-second-level
3,004.84ms
+ 2.01ms
View #93 - components.menu-pushes
3,007.56ms
+ 2.72ms
View #94 - components.menu-pushes
3,012.54ms
+ 4.98ms
View #95 - components.menu-pushes
3,016.48ms
+ 3.94ms
View #96 - components.menu-pushes
3,017.59ms
+ 1.11ms
View #97 - components.menu-pushes
3,018.37ms
+ 0.78ms
View #98 - svg.logo
3,018.90ms
+ 0.53ms
View #99 - modules.messages
3,019.63ms
+ 0.73ms
View #100 - modules.breadcrumbs
3,020.10ms
+ 0.47ms
View #101 - modules.footer
3,020.29ms
+ 0.19ms
View #102 - components.reinsurance-support
3,020.55ms
+ 0.26ms
View #103 - components.field
3,020.91ms
+ 0.36ms
View #104 - components.csrf-field
3,021.19ms
+ 0.28ms
View #105 - components.button
3,021.32ms
+ 0.13ms
View #106 - components.footer-links
3,021.52ms
+ 0.19ms
View #107 - modules.panel
3,022.90ms
+ 1.39ms
View #108 - modules.popin
3,023.03ms
+ 0.13ms
View #109 - modules.blueshift-popin
3,023.24ms
+ 0.20ms
View #110 - modules.search-panel
3,023.92ms
+ 0.69ms
View #111 - catalog.search-form
3,024.17ms
+ 0.24ms
View #112 - components.field
3,024.54ms
+ 0.37ms
View #113 - modules.toaster
3,025.03ms
+ 0.49ms
View #114 - layout.overlay
3,025.14ms
+ 0.11ms
View #115 - modules.webstore-switcher
3,026.44ms
+ 1.30ms
View #116 - components.close-button
3,026.71ms
+ 0.27ms
View #117 - components.native-select
3,027.00ms
+ 0.29ms
View #118 - components.native-select
3,027.41ms
+ 0.41ms
View #119 - components.button
3,027.60ms
+ 0.19ms
View #120 - components.button
3,027.81ms
+ 0.22ms
View #121 - helpers.grid
3,028.05ms
+ 0.23ms
View #122 - modules.loading-bar
3,028.16ms
+ 0.11ms
View #123 - 3rdparties.didomi
3,048.17ms
+ 20.01ms
View #124 - 3rdparties.gtm
3,048.36ms
+ 0.19ms
View #125 - 3rdparties.abtasty.main
3,048.47ms
+ 0.11ms
View #126 - 3rdparties.abtasty.tracking
3,048.56ms
+ 0.09ms
View #127 - 3rdparties.blueshift
3,048.76ms
+ 0.19ms
View #128 - 3rdparties.sizebay.main
3,049.07ms
+ 0.31ms
View #129 - 3rdparties.sizebay.tracking
3,049.23ms
+ 0.16ms
View #130 - 3rdparties.gsi
3,049.39ms
+ 0.16ms
View #131 - 3rdparties.applepay
3,049.48ms
+ 0.09ms
View #132 - 3rdparties.alma
3,049.73ms
+ 0.25ms
View #133 - path: /var/www/html/laravel/profiling/template.blade.php
3,050.95ms
+ 1.23ms
... array(39)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 45550
REDIRECT_URL string(32) /fr/m-tenue-ceremonie-homme.html
REDIRECT_QUERY_STRING string(39) /fr/m-tenue-ceremonie-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(39) /fr/m-tenue-ceremonie-homme.html&page=2
REQUEST_URI string(39) /fr/m-tenue-ceremonie-homme.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784161056.838
REQUEST_TIME int 1784161056
HTTPS string(2) on
... array(2)
csrf_token string(40) Sq5GOF0aM0daWQ6bJrK2yJv4J6RCu2suQgOQdNA8
cart string(12) Order object