Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.

Filtres

Couleur

Taille

Type de produit

Trier par

Livraison et retours offerts

Payez en 3 fois sans frais

Réservez en magasin

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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.25ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.49ms
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.32ms
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.33ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.66ms
SELECT * FROM `config`
0.47ms
SELECT `categories`.*, `categories_details`.`is_enabled` FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 WHERE (`parent_id` NOT IN ('5', '6', '4')) AND `slug` = 'mid-season-sale-costumes' LIMIT 1
0.52ms
SELECT `inserts`.*, `category_insert`.`id` AS `pivot_id`, `category_insert`.`category_id` AS `pivot_category_id`, `category_insert`.`insert_id` AS `pivot_insert_id`, `category_insert`.`webstore_id` AS `pivot_webstore_id`, `category_insert`.`pos` AS `pivot_pos` FROM `inserts` INNER JOIN `category_insert` ON `inserts`.`id` = `category_insert`.`insert_id` WHERE `category_insert`.`category_id` = '34' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.39ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '100' AND `webstore_id` = '1' ORDER BY `position` ASC
0.35ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.25ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.41ms
SELECT * FROM `categories_links` WHERE `category_id` = '34' ORDER BY `position` ASC
7.98ms
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 `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 34 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC) q
2.96ms
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 `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 34 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
40.25ms
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 `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 34 AND `category_product`.`webstore_id` = 1 LEFT JOIN category_product AS _category_product ON `_category_product`.`product_id` = `products_items`.`parent_id` AND `_category_product`.`category_id` = 34 AND `category_product`.`webstore_id` = 1 WHERE `sizes`.`name` <> 'TU' AND (`category_product`.`id` IS NOT NULL OR `_category_product`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
3.00ms
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 `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 34 AND `category_product`.`webstore_id` = 1 INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` AND `product_type_style`.`type_id` = `products`.`type_id` AND `product_type_style`.`type_id` = 1 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
9.05ms
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 `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 34 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC LIMIT 31 OFFSET 0
0.10ms
SELECT FOUND_ROWS()
0.98ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY `webstore_id` ASC
1.28ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY `position` ASC
0.32ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '2', '5', '4') ORDER BY `singular` ASC
0.37ms
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', '22', '15', '18') 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', '66', '39', '76') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.05ms
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 ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY `name` ASC
0.70ms
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 ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY `name` ASC
1.14ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY `position` ASC
2.32ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28488', '28133', '28839', '28142', '28473', '28480', '28496', '27034', '28503', '28319', '28510', '28460', '28474', '25026', '28481', '28497', '28297', '27035', '28504', '28320', '28511', '28489', '28134', '28840', '28143', '28490', '28135', '28841', '28144', '28461', '28475', '25027', '28482', '28498', '28298', '27036', '28505', '28321', '28512', '28462', '28476', '25028', '28483', '28499', '28299', '27037', '28506', '28322', '28513', '28491', '28136', '28842', '28145', '28492', '28137', '28843', '28146', '28463', '28477', '25029', '28484', '28500', '28300', '28323', '27038', '28507', '28514', '25030', '28485', '28501', '28301', '28324', '27039', '28508', '28515', '28493', '28138', '28147', '28464', '28455', '28478', '28139', '28148', '28465', '28456', '28479', '25031', '28486', '28502', '28302', '28325', '27040', '28509', '28516', '28844', '28494', '28517', '28845', '28495', '28457', '28487', '27041', '28458', '28846', '28459', '28264', '28265', '28266', '28267')
0.43ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '44', '2', '4', '5', '45', '7', '46', '8', '10', '11', '47', '13', '48', '14', '17', '16', '19', '20', '49', '22', '50', '25', '51', '28', '65', '67', '69', '71') ORDER BY `position` ASC
0.84ms
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 ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.78ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '5805', '5812', '5813', '5814', '5807', '5695', '5809', '5694', '5447', '5692', '5429', '5386', '5795', '5382', '5428', '5794', '5691', '5791', '5445', '5684', '5790', '5796') ORDER BY `webstore_id` 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 ('5400', '5805', '5812', '5813', '5814', '5807', '5695', '5809', '5694', '5447', '5692', '5429', '5386', '5795', '5382', '5428', '5794', '5691', '5791', '5445', '5684', '5790', '5796') ORDER BY `position` ASC
3.52ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27172', '28303', '27050', '26942', '28892', '28831', '28862', '28289', '28311', '28884', '28900', '28847', '28885', '28901', '28848', '27173', '28304', '27051', '26943', '28893', '28832', '28863', '28290', '28312', '27052', '26944', '28894', '28833', '28864', '28291', '28313', '28886', '28902', '28849', '27174', '28305', '28887', '28903', '28850', '27175', '28306', '27053', '26945', '28895', '28834', '28865', '28292', '28314', '26946', '28896', '28835', '28866', '28293', '28315', '28888', '28904', '28851', '27176', '28307', '27054', '28889', '28905', '28852', '27177', '28308', '27055', '26947', '28897', '28836', '28867', '28294', '28316', '28868', '28898', '28837', '28295', '28317', '28890', '28906', '28853', '27178', '28309', '27056', '26948', '27179', '28310', '27057', '26799', '26949', '28764', '28869', '28755', '28899', '28838', '28296', '28318', '28772', '28891', '28907', '28854', '28731', '28281', '26837', '27156', '28739', '28234', '27058', '27042', '26950', '27059', '26951', '28773', '26800', '28765', '28756', '27043', '28732', '28282', '26838', '27157', '28740', '28235', '26801', '28766', '28757', '28774', '26839', '27158', '28741', '28236', '27044', '28733', '28283', '28775', '26802', '28767', '28758', '28734', '28284', '26840', '27159', '28742', '28237', '27045', '26803', '28768', '28759', '28776', '27160', '28238', '27046', '28743', '28735', '28285', '26841', '28777', '26804', '28769', '28760', '28744', '28736', '28286', '26842', '27161', '28239', '27047', '28770', '28761', '28778', '26805', '27162', '28240', '27048', '28745', '28737', '28287', '26843', '26806', '28771', '28762', '28779', '28746', '28738', '28288', '27163', '28241', '27049', '26807', '28763')
0.41ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '62', '63', '52', '53', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130') ORDER BY `position` ASC
1.27ms
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 ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') GROUP BY `articles`.`id`
0.29ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
199.06ms
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.63ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
419.75ms
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.53ms
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
4.47ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7134) ASC LIMIT 3
4.32ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7134) ASC LIMIT 3
0.34ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
0.73ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.32ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
3.14ms
SELECT `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` WHERE `is_enabled` = '1' AND `products`.`id` IN ('5264', '5126') GROUP BY `products`.`id` ORDER BY FIELD(products.id, 5264, 5126) ASC
0.34ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5264', '5126') ORDER BY `webstore_id` ASC
0.30ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5264', '5126') ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('9', '7') ORDER BY `singular` ASC
0.33ms
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 ('5264', '5126') ORDER BY `name` ASC
0.26ms
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 ('31', '20') ORDER BY `singular` ASC
0.29ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('13', '26') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.33ms
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 ('5264', '5126') ORDER BY `name` ASC
0.34ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5264', '5126') ORDER BY `position` ASC
0.41ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26202', '25615', '25614', '25613', '25616', '25617')
0.24ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '95', '96', '97', '98', '124') ORDER BY `position` ASC
0.30ms
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 ('5264', '5126') ORDER BY ISNULL(pos) ASC, `pos` ASC
Name Running Time (ms) Difference
default_timer
1,726.08ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
932.47ms
+ 932.47ms
View #2 - components.page-header
979.64ms
+ 47.17ms
View #3 - components.button
980.16ms
+ 0.52ms
View #4 - components.button
980.41ms
+ 0.25ms
View #5 - components.facets
980.58ms
+ 0.17ms
View #6 - components.filters
980.89ms
+ 0.31ms
View #7 - components.close-button
981.18ms
+ 0.29ms
View #8 - components.accordion.wrapper
981.38ms
+ 0.20ms
View #9 - components.accordion.bodies.filters.colors
981.40ms
+ 0.03ms
View #10 - components.accordion.wrapper
982.39ms
+ 0.99ms
View #11 - components.accordion.bodies.filters.sizes
982.42ms
+ 0.03ms
View #12 - components.accordion.wrapper
982.85ms
+ 0.43ms
View #13 - components.accordion.bodies.filters.list
982.88ms
+ 0.03ms
View #14 - components.accordion.wrapper
983.14ms
+ 0.26ms
View #15 - components.accordion.bodies.filters.list
983.16ms
+ 0.02ms
View #16 - components.button
983.32ms
+ 0.16ms
View #17 - components.button
983.52ms
+ 0.20ms
View #18 - components.button
983.71ms
+ 0.19ms
View #19 - components.button
983.89ms
+ 0.18ms
View #20 - catalog.partials.products-listing
984.08ms
+ 0.19ms
View #21 - components.product-card
984.27ms
+ 0.19ms
View #22 - components.add-to-wishlist
1,146.30ms
+ 162.03ms
View #23 - components.product-card
1,147.77ms
+ 1.47ms
View #24 - components.add-to-wishlist
1,151.15ms
+ 3.38ms
View #25 - components.product-card
1,152.53ms
+ 1.38ms
View #26 - components.add-to-wishlist
1,155.16ms
+ 2.63ms
View #27 - components.product-card
1,156.31ms
+ 1.15ms
View #28 - components.add-to-wishlist
1,158.94ms
+ 2.63ms
View #29 - components.product-card
1,160.01ms
+ 1.07ms
View #30 - components.add-to-wishlist
1,162.38ms
+ 2.37ms
View #31 - components.product-card
1,163.40ms
+ 1.02ms
View #32 - components.add-to-wishlist
1,165.84ms
+ 2.44ms
View #33 - components.product-card
1,166.83ms
+ 0.99ms
View #34 - components.add-to-wishlist
1,169.58ms
+ 2.75ms
View #35 - components.product-card
1,170.59ms
+ 1.00ms
View #36 - components.add-to-wishlist
1,173.02ms
+ 2.43ms
View #37 - components.product-card
1,174.08ms
+ 1.06ms
View #38 - components.add-to-wishlist
1,176.47ms
+ 2.39ms
View #39 - components.product-card
1,177.48ms
+ 1.01ms
View #40 - components.add-to-wishlist
1,181.06ms
+ 3.58ms
View #41 - components.product-card
1,182.28ms
+ 1.23ms
View #42 - components.add-to-wishlist
1,184.81ms
+ 2.53ms
View #43 - components.product-card
1,186.02ms
+ 1.21ms
View #44 - components.add-to-wishlist
1,188.55ms
+ 2.53ms
View #45 - components.product-card
1,189.61ms
+ 1.06ms
View #46 - components.add-to-wishlist
1,191.62ms
+ 2.01ms
View #47 - components.product-card
1,192.63ms
+ 1.01ms
View #48 - components.add-to-wishlist
1,195.96ms
+ 3.34ms
View #49 - components.product-card
1,197.13ms
+ 1.17ms
View #50 - components.add-to-wishlist
1,200.61ms
+ 3.48ms
View #51 - components.product-card
1,201.82ms
+ 1.21ms
View #52 - components.add-to-wishlist
1,205.18ms
+ 3.36ms
View #53 - components.product-card
1,206.36ms
+ 1.18ms
View #54 - components.add-to-wishlist
1,209.01ms
+ 2.66ms
View #55 - components.product-card
1,210.01ms
+ 0.99ms
View #56 - components.add-to-wishlist
1,213.27ms
+ 3.26ms
View #57 - components.product-card
1,214.51ms
+ 1.25ms
View #58 - components.add-to-wishlist
1,217.35ms
+ 2.84ms
View #59 - components.catalog-push
1,218.43ms
+ 1.08ms
View #60 - components.product-card
1,219.29ms
+ 0.85ms
View #61 - components.add-to-wishlist
1,222.93ms
+ 3.64ms
View #62 - components.product-card
1,224.27ms
+ 1.35ms
View #63 - components.add-to-wishlist
1,227.58ms
+ 3.31ms
View #64 - components.product-card
1,229.00ms
+ 1.42ms
View #65 - components.add-to-wishlist
1,232.39ms
+ 3.40ms
View #66 - components.product-card
1,233.65ms
+ 1.26ms
View #67 - components.add-to-wishlist
1,244.25ms
+ 10.60ms
View #68 - components.product-card
1,245.68ms
+ 1.42ms
View #69 - components.add-to-wishlist
1,249.43ms
+ 3.75ms
View #70 - components.product-card
1,375.54ms
+ 126.12ms
View #71 - components.add-to-wishlist
1,379.23ms
+ 3.69ms
View #72 - components.product-card
1,380.66ms
+ 1.43ms
View #73 - components.add-to-wishlist
1,382.94ms
+ 2.27ms
View #74 - components.product-card
1,383.99ms
+ 1.05ms
View #75 - components.add-to-wishlist
1,387.44ms
+ 3.46ms
View #76 - components.product-card
1,388.83ms
+ 1.39ms
View #77 - components.add-to-wishlist
1,391.28ms
+ 2.45ms
View #78 - components.pagination
1,392.37ms
+ 1.09ms
View #79 - components.recently-viewed
1,392.99ms
+ 0.61ms
View #80 - components.product-related
1,411.81ms
+ 18.82ms
View #81 - components.product-card
1,412.01ms
+ 0.20ms
View #82 - components.add-to-wishlist
1,413.74ms
+ 1.73ms
View #83 - components.product-card
1,414.79ms
+ 1.06ms
View #84 - components.add-to-wishlist
1,417.12ms
+ 2.33ms
View #85 - components.seo-footer
1,418.26ms
+ 1.14ms
View #86 - components.facets
1,418.95ms
+ 0.69ms
View #87 - components.button
1,419.23ms
+ 0.28ms
View #88 - components.button
1,419.45ms
+ 0.22ms
View #89 - modules.seo-links
1,419.67ms
+ 0.22ms
View #90 - components.button
1,419.99ms
+ 0.32ms
View #91 - components.button
1,420.26ms
+ 0.27ms
View #92 - components.button
1,420.49ms
+ 0.23ms
View #93 - layout.layout
1,420.73ms
+ 0.24ms
View #94 - layout.meta
1,455.14ms
+ 34.41ms
View #95 - modules.notification
1,659.24ms
+ 204.10ms
View #96 - modules.header
1,659.94ms
+ 0.70ms
View #97 - modules.menu
1,666.01ms
+ 6.08ms
View #98 - components.menu-first-level
1,666.42ms
+ 0.41ms
View #99 - components.menu-second-level
1,667.96ms
+ 1.54ms
View #100 - components.menu-pushes
1,670.52ms
+ 2.56ms
View #101 - components.menu-pushes
1,674.95ms
+ 4.43ms
View #102 - components.menu-pushes
1,678.25ms
+ 3.30ms
View #103 - components.menu-pushes
1,679.58ms
+ 1.32ms
View #104 - components.menu-pushes
1,680.42ms
+ 0.84ms
View #105 - svg.logo
1,680.92ms
+ 0.50ms
View #106 - modules.messages
1,681.45ms
+ 0.53ms
View #107 - modules.breadcrumbs
1,681.77ms
+ 0.32ms
View #108 - modules.footer
1,681.95ms
+ 0.17ms
View #109 - components.reinsurance-support
1,682.21ms
+ 0.26ms
View #110 - components.field
1,682.53ms
+ 0.32ms
View #111 - components.csrf-field
1,682.74ms
+ 0.21ms
View #112 - components.button
1,682.86ms
+ 0.12ms
View #113 - components.footer-links
1,683.06ms
+ 0.20ms
View #114 - modules.panel
1,684.50ms
+ 1.44ms
View #115 - modules.popin
1,684.62ms
+ 0.12ms
View #116 - modules.blueshift-popin
1,684.74ms
+ 0.11ms
View #117 - modules.search-panel
1,685.41ms
+ 0.67ms
View #118 - catalog.search-form
1,685.63ms
+ 0.23ms
View #119 - components.field
1,685.90ms
+ 0.27ms
View #120 - modules.toaster
1,686.36ms
+ 0.46ms
View #121 - layout.overlay
1,686.46ms
+ 0.10ms
View #122 - modules.webstore-switcher
1,687.78ms
+ 1.33ms
View #123 - components.close-button
1,688.06ms
+ 0.28ms
View #124 - components.native-select
1,688.36ms
+ 0.30ms
View #125 - components.native-select
1,688.71ms
+ 0.35ms
View #126 - components.button
1,688.90ms
+ 0.19ms
View #127 - components.button
1,689.16ms
+ 0.26ms
View #128 - helpers.grid
1,689.35ms
+ 0.19ms
View #129 - modules.loading-bar
1,689.46ms
+ 0.11ms
View #130 - 3rdparties.didomi
1,723.43ms
+ 33.97ms
View #131 - 3rdparties.gtm
1,723.63ms
+ 0.20ms
View #132 - 3rdparties.abtasty.main
1,723.86ms
+ 0.24ms
View #133 - 3rdparties.abtasty.tracking
1,724.01ms
+ 0.15ms
View #134 - 3rdparties.blueshift
1,724.20ms
+ 0.19ms
View #135 - 3rdparties.sizebay.main
1,724.49ms
+ 0.29ms
View #136 - 3rdparties.sizebay.tracking
1,724.63ms
+ 0.14ms
View #137 - 3rdparties.gsi
1,724.80ms
+ 0.17ms
View #138 - 3rdparties.applepay
1,724.88ms
+ 0.08ms
View #139 - 3rdparties.alma
1,725.08ms
+ 0.19ms
View #140 - path: /var/www/html/laravel/profiling/template.blade.php
1,726.11ms
+ 1.03ms
... array(40)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_COOKIE string(201) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=4b7a7ba905c94e33c7aabbf6b0ea7db9f58e60be%2BlkImTo4A3RLwKxme2IBeB1QsruDA46k7fGEYsGRN
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) 37902
REDIRECT_URL string(35) /fr/c-mid-season-sale-costumes.html
REDIRECT_QUERY_STRING string(35) /fr/c-mid-season-sale-costumes.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(35) /fr/c-mid-season-sale-costumes.html
REQUEST_URI string(35) /fr/c-mid-season-sale-costumes.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784151826.447
REQUEST_TIME int 1784151826
HTTPS string(2) on
... array(4)
csrf_token string(40) t1bQoTkjvRNPQJSv1AcTB1QmxSTqFJUuzjEDnpxl
cart string(12) Order object
recently_viewed array(2)
0 int 5264
1 int 5126
last_category string(15) stdClass object