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.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.27ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.45ms
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.37ms
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.19ms
SELECT * FROM `languages`
0.49ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.33ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.86ms
SELECT * FROM `config`
0.45ms
SELECT * FROM `meta_categories` WHERE `slug` = 'costume-ceremonie' LIMIT 1
0.42ms
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` = '234'
0.38ms
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` = '234'
0.29ms
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` = '234'
0.38ms
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` = '234'
8.52ms
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(34) ASC) q
2.75ms
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
951.41ms
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
2.39ms
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`
9.63ms
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(34) ASC LIMIT 32 OFFSET 0
0.14ms
SELECT FOUND_ROWS()
0.97ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY `webstore_id` ASC
1.37ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY `position` ASC
0.29ms
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.40ms
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
1.67ms
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 ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY `name` ASC
0.87ms
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 ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY `name` ASC
1.22ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY `position` ASC
2.37ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27461', '27475', '27489', '29348', '27496', '29314', '29330', '29358', '29365', '29340', '27527', '29306', '20830', '29322', '29359', '29366', '29341', '27528', '29307', '20831', '29323', '27462', '27476', '27490', '29349', '27497', '29315', '29331', '27463', '27477', '27491', '29350', '27498', '29316', '29332', '29360', '29367', '29342', '27529', '29308', '20832', '29324', '29368', '29343', '27530', '29309', '20833', '29325', '27464', '27478', '27492', '29351', '27499', '29317', '29333', '29361', '27493', '29352', '27500', '29318', '29334', '29362', '29369', '29344', '27531', '29310', '20834', '29326', '27465', '27479', '27532', '29370', '29311', '20835', '29327', '27466', '27480', '27494', '29353', '27501', '29319', '29335', '29363', '27435', '29345', '29320', '29336', '29364', '27436', '29346', '27533', '29371', '29312', '20836', '29328', '27467', '27481', '27495', '29354', '27502', '29355', '27503', '29321', '29337', '27437', '29347', '29372', '29313', '29329', '27438', '29356', '29338', '29357', '29339', '27439')
0.38ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '4', '7', '10', '13', '16', '19', '22', '25', '28') ORDER BY `position` ASC
0.91ms
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 ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.10ms
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
1.74ms
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
4.04ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28021', '29708', '29741', '29715', '28056', '28009', '27164', '28855', '28870', '28029', '29723', '28041', '23534', '27247', '29724', '28042', '23535', '27248', '28022', '29709', '29716', '29742', '28057', '28064', '28010', '27165', '28856', '28871', '28030', '28058', '28065', '28011', '27166', '28857', '28872', '28031', '29725', '28043', '23536', '27249', '28023', '29710', '29717', '29743', '29726', '28044', '23537', '27250', '28024', '29711', '29718', '27834', '29744', '28059', '28066', '28012', '27167', '28858', '28873', '28032', '28060', '28067', '27168', '28013', '28859', '28874', '28033', '29727', '28045', '23538', '27251', '28025', '29712', '29719', '27835', '29745', '27836', '23539', '27252', '28026', '29713', '29720', '29746', '28061', '28068', '27169', '28014', '28860', '28875', '27837', '28034', '29728', '28046', '27170', '28015', '28861', '28876', '27838', '28035', '29729', '28047', '23540', '27253', '28027', '29714', '29721', '29747', '28062', '28069', '28028', '29722', '29748', '28063', '27171', '28016', '27839', '28036', '29730', '28048', '23541', '27254', '29731', '23542', '29732', '29591', '29576', '27931', '29599', '29552', '27854', '27898', '23357', '28039', '27890', '28819', '24205', '26648', '27148', '29553', '27855', '27899', '23358', '28038', '29592', '29577', '27932', '27939', '29600', '24206', '26649', '27149', '27891', '28820', '28037', '27933', '27940', '28040', '29601', '29554', '27856', '27900', '23359', '29593', '29578', '27892', '28821', '24207', '26650', '27150', '27857', '27901', '23360', '29594', '29579', '27934', '27941', '29602', '29555', '24208', '26651', '27151', '27893', '28822', '27935', '27942', '29603', '29556', '27858', '27902', '23361', '29595', '29580', '27894', '28823', '24209', '26652', '27152', '23362', '29596', '29581', '27936', '27943', '29604', '29557', '27859', '27903', '26653', '27153', '27895', '28824', '24210', '29605', '29558', '27860', '27904', '23363', '29597', '29582', '27937', '27944', '28825', '24211', '26654', '27154', '27896', '29598', '29583', '27938', '29606', '29559', '27861', '27905', '23364', '27897', '27155', '23365', '29584', '27842', '27841', '27840', '27843')
0.58ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '54', '48', '55', '56', '49', '57', '50', '58', '51', '59', '52', '53', '62', '152', '63', '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
1.40ms
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 ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') GROUP BY `articles`.`id`
0.95ms
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` = '234' AND `is_enabled` = '1' ORDER BY RAND(34334) ASC
6.40ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' AND `id` <> '234' ORDER BY RAND(34334) ASC LIMIT 3
0.24ms
SELECT `code`, `taxes` FROM `countries`
0.29ms
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.19ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.27ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.21ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.28ms
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.56ms
SELECT * FROM `styles`
0.72ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.79ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.28ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
164.22ms
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 ('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
228.62ms
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.67ms
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
2,125.18ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
1,207.14ms
+ 1,207.13ms
View #2 - components.page-header
1,251.93ms
+ 44.79ms
View #3 - components.button
1,252.29ms
+ 0.36ms
View #4 - components.button
1,252.57ms
+ 0.28ms
View #5 - components.filters
1,253.03ms
+ 0.46ms
View #6 - components.close-button
1,253.36ms
+ 0.33ms
View #7 - components.accordion.wrapper
1,253.64ms
+ 0.28ms
View #8 - components.accordion.bodies.filters.colors
1,253.68ms
+ 0.04ms
View #9 - components.accordion.wrapper
1,254.85ms
+ 1.17ms
View #10 - components.accordion.bodies.filters.sizes
1,254.88ms
+ 0.03ms
View #11 - components.accordion.wrapper
1,255.34ms
+ 0.46ms
View #12 - components.accordion.bodies.filters.list
1,255.36ms
+ 0.03ms
View #13 - components.accordion.wrapper
1,255.64ms
+ 0.28ms
View #14 - components.accordion.bodies.filters.list
1,255.67ms
+ 0.02ms
View #15 - components.button
1,255.84ms
+ 0.17ms
View #16 - components.button
1,256.04ms
+ 0.20ms
View #17 - components.button
1,256.22ms
+ 0.18ms
View #18 - components.button
1,256.45ms
+ 0.23ms
View #19 - catalog.partials.products-listing
1,256.66ms
+ 0.22ms
View #20 - components.product-card
1,256.89ms
+ 0.23ms
View #21 - components.add-to-wishlist
1,290.97ms
+ 34.09ms
View #22 - components.product-card
1,292.82ms
+ 1.84ms
View #23 - components.add-to-wishlist
1,296.62ms
+ 3.80ms
View #24 - components.product-card
1,298.36ms
+ 1.74ms
View #25 - components.add-to-wishlist
1,301.35ms
+ 2.99ms
View #26 - components.product-card
1,302.69ms
+ 1.35ms
View #27 - components.add-to-wishlist
1,306.36ms
+ 3.66ms
View #28 - components.product-card
1,308.27ms
+ 1.91ms
View #29 - components.add-to-wishlist
1,312.31ms
+ 4.04ms
View #30 - components.product-card
1,313.94ms
+ 1.63ms
View #31 - components.add-to-wishlist
1,324.73ms
+ 10.79ms
View #32 - components.product-card
1,326.19ms
+ 1.45ms
View #33 - components.add-to-wishlist
1,330.42ms
+ 4.23ms
View #34 - components.product-card
1,332.23ms
+ 1.80ms
View #35 - components.add-to-wishlist
1,336.00ms
+ 3.77ms
View #36 - components.product-card
1,337.67ms
+ 1.68ms
View #37 - components.add-to-wishlist
1,342.34ms
+ 4.67ms
View #38 - components.product-card
1,343.94ms
+ 1.59ms
View #39 - components.add-to-wishlist
1,347.09ms
+ 3.16ms
View #40 - components.product-card
1,348.56ms
+ 1.47ms
View #41 - components.add-to-wishlist
1,351.50ms
+ 2.94ms
View #42 - components.product-card
1,352.81ms
+ 1.30ms
View #43 - components.add-to-wishlist
1,355.57ms
+ 2.77ms
View #44 - components.product-card
1,356.90ms
+ 1.33ms
View #45 - components.add-to-wishlist
1,360.15ms
+ 3.25ms
View #46 - components.product-card
1,361.60ms
+ 1.45ms
View #47 - components.add-to-wishlist
1,364.68ms
+ 3.08ms
View #48 - components.product-card
1,366.03ms
+ 1.35ms
View #49 - components.add-to-wishlist
1,369.43ms
+ 3.41ms
View #50 - components.product-card
1,371.10ms
+ 1.67ms
View #51 - components.add-to-wishlist
1,374.24ms
+ 3.14ms
View #52 - components.product-card
1,375.92ms
+ 1.68ms
View #53 - components.add-to-wishlist
1,378.74ms
+ 2.82ms
View #54 - components.product-card
1,380.00ms
+ 1.27ms
View #55 - components.add-to-wishlist
1,382.92ms
+ 2.91ms
View #56 - components.product-card
1,384.14ms
+ 1.22ms
View #57 - components.add-to-wishlist
1,388.60ms
+ 4.46ms
View #58 - components.product-card
1,390.25ms
+ 1.66ms
View #59 - components.add-to-wishlist
1,393.07ms
+ 2.82ms
View #60 - components.product-card
1,394.32ms
+ 1.25ms
View #61 - components.add-to-wishlist
1,397.70ms
+ 3.38ms
View #62 - components.product-card
1,399.18ms
+ 1.48ms
View #63 - components.add-to-wishlist
1,402.09ms
+ 2.91ms
View #64 - components.product-card
1,403.32ms
+ 1.23ms
View #65 - components.add-to-wishlist
1,406.08ms
+ 2.76ms
View #66 - components.product-card
1,407.70ms
+ 1.62ms
View #67 - components.add-to-wishlist
1,411.33ms
+ 3.63ms
View #68 - components.product-card
1,412.81ms
+ 1.48ms
View #69 - components.add-to-wishlist
1,416.33ms
+ 3.51ms
View #70 - components.product-card
1,417.96ms
+ 1.64ms
View #71 - components.add-to-wishlist
1,422.52ms
+ 4.56ms
View #72 - components.product-card
1,424.05ms
+ 1.53ms
View #73 - components.add-to-wishlist
1,426.97ms
+ 2.92ms
View #74 - components.product-card
1,428.29ms
+ 1.32ms
View #75 - components.add-to-wishlist
1,431.85ms
+ 3.57ms
View #76 - components.product-card
1,433.41ms
+ 1.56ms
View #77 - components.add-to-wishlist
1,447.61ms
+ 14.20ms
View #78 - components.product-card
1,449.18ms
+ 1.57ms
View #79 - components.add-to-wishlist
1,453.87ms
+ 4.68ms
View #80 - components.product-card
1,455.41ms
+ 1.54ms
View #81 - components.add-to-wishlist
1,458.30ms
+ 2.89ms
View #82 - components.seo-footer
1,459.57ms
+ 1.27ms
View #83 - components.button
1,460.23ms
+ 0.65ms
View #84 - components.button
1,460.53ms
+ 0.30ms
View #85 - layout.layout
1,461.41ms
+ 0.89ms
View #86 - layout.meta
1,462.29ms
+ 0.88ms
View #87 - modules.notification
1,590.98ms
+ 128.68ms
View #88 - modules.header
1,591.65ms
+ 0.67ms
View #89 - modules.menu
2,041.66ms
+ 450.02ms
View #90 - components.menu-first-level
2,042.10ms
+ 0.44ms
View #91 - components.menu-second-level
2,044.50ms
+ 2.39ms
View #92 - components.menu-pushes
2,050.64ms
+ 6.15ms
View #93 - components.menu-pushes
2,056.70ms
+ 6.05ms
View #94 - components.menu-pushes
2,061.46ms
+ 4.77ms
View #95 - components.menu-pushes
2,065.60ms
+ 4.14ms
View #96 - components.menu-pushes
2,066.98ms
+ 1.38ms
View #97 - components.menu-pushes
2,068.09ms
+ 1.11ms
View #98 - svg.logo
2,068.68ms
+ 0.60ms
View #99 - modules.messages
2,069.33ms
+ 0.65ms
View #100 - modules.breadcrumbs
2,069.77ms
+ 0.44ms
View #101 - modules.footer
2,069.97ms
+ 0.21ms
View #102 - components.reinsurance-support
2,070.33ms
+ 0.35ms
View #103 - components.field
2,070.77ms
+ 0.44ms
View #104 - components.csrf-field
2,071.00ms
+ 0.24ms
View #105 - components.button
2,071.13ms
+ 0.12ms
View #106 - components.footer-links
2,071.38ms
+ 0.25ms
View #107 - modules.panel
2,073.27ms
+ 1.89ms
View #108 - modules.popin
2,073.43ms
+ 0.16ms
View #109 - modules.blueshift-popin
2,073.58ms
+ 0.15ms
View #110 - modules.search-panel
2,074.17ms
+ 0.59ms
View #111 - catalog.search-form
2,074.45ms
+ 0.27ms
View #112 - components.field
2,074.75ms
+ 0.31ms
View #113 - modules.toaster
2,075.22ms
+ 0.47ms
View #114 - layout.overlay
2,075.33ms
+ 0.10ms
View #115 - modules.webstore-switcher
2,076.68ms
+ 1.35ms
View #116 - components.close-button
2,076.98ms
+ 0.29ms
View #117 - components.native-select
2,077.37ms
+ 0.39ms
View #118 - components.native-select
2,077.80ms
+ 0.43ms
View #119 - components.button
2,077.99ms
+ 0.20ms
View #120 - components.button
2,078.19ms
+ 0.20ms
View #121 - helpers.grid
2,079.03ms
+ 0.83ms
View #122 - modules.loading-bar
2,079.16ms
+ 0.13ms
View #123 - 3rdparties.didomi
2,122.01ms
+ 42.85ms
View #124 - 3rdparties.gtm
2,122.23ms
+ 0.22ms
View #125 - 3rdparties.abtasty.main
2,122.36ms
+ 0.12ms
View #126 - 3rdparties.abtasty.tracking
2,122.46ms
+ 0.10ms
View #127 - 3rdparties.blueshift
2,122.64ms
+ 0.19ms
View #128 - 3rdparties.sizebay.main
2,122.99ms
+ 0.34ms
View #129 - 3rdparties.sizebay.tracking
2,123.16ms
+ 0.17ms
View #130 - 3rdparties.gsi
2,123.38ms
+ 0.21ms
View #131 - 3rdparties.applepay
2,123.47ms
+ 0.09ms
View #132 - 3rdparties.alma
2,123.67ms
+ 0.20ms
View #133 - path: /var/www/html/laravel/profiling/template.blade.php
2,125.22ms
+ 1.55ms
... 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(13) 216.73.217.39
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) d4a5775be070
HTTP_X_REAL_IP string(13) 216.73.217.39
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.2
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) 36092
REDIRECT_URL string(28) /fr/m-costume-ceremonie.html
REDIRECT_QUERY_STRING string(28) /fr/m-costume-ceremonie.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(28) /fr/m-costume-ceremonie.html
REQUEST_URI string(28) /fr/m-costume-ceremonie.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786973812.492
REQUEST_TIME int 1786973812
HTTPS string(2) on
... array(2)
csrf_token string(40) mkqfW4etsVfvipF87PSCrKxDl4UpWMWQVEvbdTAt
cart string(12) Order object