New markdown: Enjoy up to 50% off our selected items. Free delivery and returns | Payment in installments available

Filters

Product family

Color

Sort by

Change country / language

You are currently browsing the FURSAC France online shop in English. To change your country of delivery or language, make your choice from the list below.

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.53ms
SELECT `countries`.*, `country_webstore`.`id` AS `pivot_id`, `country_webstore`.`webstore_id` AS `pivot_webstore_id`, `country_webstore`.`country_id` AS `pivot_country_id` FROM `countries` INNER JOIN `country_webstore` ON `countries`.`id` = `country_webstore`.`country_id` WHERE `country_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.44ms
SELECT `languages`.*, `language_webstore`.`id` AS `pivot_id`, `language_webstore`.`webstore_id` AS `pivot_webstore_id`, `language_webstore`.`language_id` AS `pivot_language_id` FROM `languages` INNER JOIN `language_webstore` ON `languages`.`id` = `language_webstore`.`language_id` WHERE `language_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.28ms
SELECT * FROM `languages`
0.39ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.62ms
SELECT * FROM `config`
0.46ms
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_en` = 'mens-ceremony-outfit' LIMIT 1
0.48ms
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` = '88' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.51ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '118' AND `webstore_id` = '1' ORDER BY `position` ASC
0.47ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.19ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.33ms
SELECT * FROM `categories_links` WHERE `category_id` = '88' ORDER BY `position` ASC
41.77ms
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` = 88 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
4.69ms
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` = 88 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
3.50ms
SELECT `products_types`.* FROM `products_types` INNER JOIN `products` ON `products`.`type_id` = `products_types`.`id` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 88 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
43.17ms
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` = 88 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 32 OFFSET 30
0.14ms
SELECT FOUND_ROWS()
1.03ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5855', '5950', '3396', '4429', '5926', '5942', '5958', '6015', '5933', '5952', '3722', '6012', '6009', '4709', '5932', '5875', '5826', '5939', '5877', '685', '5852', '5263', '5931', '3154', '5635', '684', '5514', '5878', '5874', '5930', '5944', '3734') ORDER BY `webstore_id` ASC
1.09ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5855', '5950', '3396', '4429', '5926', '5942', '5958', '6015', '5933', '5952', '3722', '6012', '6009', '4709', '5932', '5875', '5826', '5939', '5877', '685', '5852', '5263', '5931', '3154', '5635', '684', '5514', '5878', '5874', '5930', '5944', '3734') ORDER BY `position` ASC
0.41ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('2', '6', '10', '8', '1', '4', '9') ORDER BY `singular` ASC
0.44ms
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 ('22', '7', '58', '9', '8', '55', '31') ORDER BY `singular` ASC
0.48ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('33', '61', '50', '76', '35', '28', '66', '64', '51', '34', '63', '13') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.65ms
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 ('5855', '5950', '3396', '4429', '5926', '5942', '5958', '6015', '5933', '5952', '3722', '6012', '6009', '4709', '5932', '5875', '5826', '5939', '5877', '685', '5852', '5263', '5931', '3154', '5635', '684', '5514', '5878', '5874', '5930', '5944', '3734') ORDER BY `name` ASC
0.92ms
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 ('5855', '5950', '3396', '4429', '5926', '5942', '5958', '6015', '5933', '5952', '3722', '6012', '6009', '4709', '5932', '5875', '5826', '5939', '5877', '685', '5852', '5263', '5931', '3154', '5635', '684', '5514', '5878', '5874', '5930', '5944', '3734') ORDER BY `name` ASC
2.31ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5855', '5950', '3396', '4429', '5926', '5942', '5958', '6015', '5933', '5952', '3722', '6012', '6009', '4709', '5932', '5875', '5826', '5939', '5877', '685', '5852', '5263', '5931', '3154', '5635', '684', '5514', '5878', '5874', '5930', '5944', '3734') ORDER BY `position` ASC
3.92ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29390', '27475', '29373', '29090', '19081', '29016', '29348', '16140', '29392', '29358', '22367', '29365', '29387', '26201', '29089', '29314', '19069', '29359', '29366', '29315', '27476', '29374', '29017', '29349', '29406', '27477', '29375', '29424', '29018', '29350', '29360', '29367', '29316', '29097', '29361', '29368', '29455', '29317', '29098', '29407', '27478', '29376', '29425', '29019', '29351', '27479', '29377', '29426', '29020', '29352', '3800', '3802', '29362', '29369', '29456', '29318', '29099', '17540', '29408', '29319', '29100', '17541', '29409', '27480', '29378', '29427', '29353', '2765', '2775', '29363', '29370', '29457', '2767', '2771', '29364', '29371', '29458', '29320', '29021', '29101', '17542', '29410', '27481', '29379', '29428', '29354', '29102', '17543', '29380', '29429', '29355', '29411', '2766', '2776', '29372', '29459', '29321', '29022', '2769', '2772', '29460', '29023', '29103', '17544', '29430', '29356', '29412', '17545', '29431', '29357', '29413', '2768', '2773', '29104', '29105', '17546', '29432', '29414', '2770', '2774', '23593', '23594', '29094', '23595', '29093', '23596', '29092', '29095', '23597', '23598', '29096')
1.32ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('121', '1', '122', '44', '4', '45', '80', '7', '46', '10', '81', '47', '13', '82', '48', '112', '16', '83', '113', '114', '19', '84', '49', '85', '115', '22', '50', '116', '86', '51', '25', '117', '87', '28', '88', '118', '89', '90', '91', '92', '93', '123') ORDER BY `position` ASC
0.74ms
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 ('5855', '5950', '3396', '4429', '5926', '5942', '5958', '6015', '5933', '5952', '3722', '6012', '6009', '4709', '5932', '5875', '5826', '5939', '5877', '685', '5852', '5263', '5931', '3154', '5635', '684', '5514', '5878', '5874', '5930', '5944', '3734') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.76ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5626', '6001', '5999', '6003', '5850', '5808', '5009', '4853', '5607', '5984', '5981', '5983') ORDER BY `webstore_id` ASC
1.26ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5626', '6001', '5999', '6003', '5850', '5808', '5009', '4853', '5607', '5984', '5981', '5983') ORDER BY `position` ASC
2.09ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29741', '28009', '29708', '29723', '28855', '28998', '29709', '29724', '28856', '28999', '29742', '28010', '28011', '29710', '29725', '28857', '29000', '29743', '29726', '28858', '29001', '29744', '28012', '29711', '29712', '29727', '28859', '29002', '29745', '28013', '29746', '28014', '29713', '29728', '28860', '29003', '29714', '29729', '28861', '29004', '29747', '28015', '29748', '28016', '29730', '29005', '29731', '29006', '29732', '29599', '29591', '29576', '24205', '24998', '27890', '29592', '29577', '29600', '27891', '24206', '24999', '29601', '29593', '29578', '24207', '25000', '27892', '29579', '29602', '29594', '27893', '24208', '25001', '29595', '29580', '29603', '24209', '25002', '27894', '29604', '29596', '29581', '24210', '25003', '27895', '29597', '29582', '29605', '27896', '24211', '25004', '29606', '29598', '29583', '25076', '27897', '29584', '25077', '25078')
0.43ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '78', '151') ORDER BY `position` ASC
1.53ms
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 ('5855', '5950', '3396', '4429', '5926', '5942', '5958', '6015', '5933', '5952', '3722', '6012', '6009', '4709', '5932', '5875', '5826', '5939', '5877', '685', '5852', '5263', '5931', '3154', '5635', '684', '5514', '5878', '5874', '5930', '5944', '3734') GROUP BY `articles`.`id`
0.34ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
165.19ms
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.70ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
426.66ms
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.10ms
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
7.61ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9188) ASC LIMIT 3
11.14ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9188) ASC LIMIT 3
0.47ms
SELECT * FROM `seo_types`
0.36ms
SELECT * FROM `styles`
1.12ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
6.17ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
4.62ms
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 ('5826') GROUP BY `products`.`id` ORDER BY FIELD(products.id, 5826) ASC
0.32ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5826') ORDER BY `webstore_id` ASC
0.39ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5826') ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1') ORDER BY `singular` ASC
0.72ms
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 ('5826') ORDER BY `name` ASC
1.89ms
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.47ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('76') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.48ms
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 ('5826') ORDER BY `name` ASC
0.63ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5826') ORDER BY `position` ASC
0.64ms
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 ('5826') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.63ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5808', '4853') ORDER BY `webstore_id` ASC
0.61ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5808', '4853') ORDER BY `position` ASC
0.78ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28855', '28856', '28857', '28858', '28859', '28860', '28861', '24205', '24206', '24207', '24208', '24209', '24210', '24211')
0.69ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '63', '65', '67', '69', '71', '73', '75') ORDER BY `position` ASC
Name Running Time (ms) Difference
default_timer
1,983.83ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,133.64ms
+ 1,133.64ms
View #2 - components.page-header
1,202.10ms
+ 68.46ms
View #3 - components.button
1,202.80ms
+ 0.69ms
View #4 - components.button
1,203.31ms
+ 0.52ms
View #5 - components.facets
1,203.66ms
+ 0.35ms
View #6 - components.filters
1,204.27ms
+ 0.61ms
View #7 - components.close-button
1,204.81ms
+ 0.54ms
View #8 - components.accordion.wrapper
1,205.21ms
+ 0.40ms
View #9 - components.accordion.bodies.filters.list
1,205.26ms
+ 0.05ms
View #10 - components.accordion.wrapper
1,208.08ms
+ 2.82ms
View #11 - components.accordion.bodies.filters.colors
1,208.18ms
+ 0.10ms
View #12 - components.accordion.wrapper
1,209.34ms
+ 1.16ms
View #13 - components.accordion.bodies.filters.list
1,209.40ms
+ 0.06ms
View #14 - components.button
1,209.73ms
+ 0.33ms
View #15 - components.button
1,210.43ms
+ 0.69ms
View #16 - components.button
1,210.92ms
+ 0.49ms
View #17 - components.button
1,211.46ms
+ 0.54ms
View #18 - components.pagination
1,211.97ms
+ 0.51ms
View #19 - components.button
1,212.40ms
+ 0.44ms
View #20 - catalog.partials.products-listing
1,212.88ms
+ 0.48ms
View #21 - components.product-card
1,213.24ms
+ 0.36ms
View #22 - components.add-to-wishlist
1,282.17ms
+ 68.93ms
View #23 - components.product-card
1,286.54ms
+ 4.37ms
View #24 - components.add-to-wishlist
1,292.80ms
+ 6.25ms
View #25 - components.product-card
1,296.10ms
+ 3.30ms
View #26 - components.add-to-wishlist
1,315.77ms
+ 19.68ms
View #27 - components.product-card
1,318.64ms
+ 2.86ms
View #28 - components.add-to-wishlist
1,324.84ms
+ 6.20ms
View #29 - components.product-card
1,327.24ms
+ 2.40ms
View #30 - components.add-to-wishlist
1,337.32ms
+ 10.08ms
View #31 - components.product-card
1,341.01ms
+ 3.69ms
View #32 - components.add-to-wishlist
1,345.72ms
+ 4.71ms
View #33 - components.product-card
1,349.99ms
+ 4.27ms
View #34 - components.add-to-wishlist
1,356.01ms
+ 6.02ms
View #35 - components.product-card
1,359.75ms
+ 3.74ms
View #36 - components.add-to-wishlist
1,370.10ms
+ 10.35ms
View #37 - components.product-card
1,373.60ms
+ 3.50ms
View #38 - components.add-to-wishlist
1,381.05ms
+ 7.45ms
View #39 - components.product-card
1,383.39ms
+ 2.35ms
View #40 - components.add-to-wishlist
1,390.56ms
+ 7.17ms
View #41 - components.product-card
1,394.17ms
+ 3.61ms
View #42 - components.add-to-wishlist
1,398.86ms
+ 4.69ms
View #43 - components.product-card
1,401.57ms
+ 2.72ms
View #44 - components.add-to-wishlist
1,410.30ms
+ 8.73ms
View #45 - components.product-card
1,415.53ms
+ 5.23ms
View #46 - components.add-to-wishlist
1,422.25ms
+ 6.72ms
View #47 - components.product-card
1,428.75ms
+ 6.50ms
View #48 - components.add-to-wishlist
1,435.02ms
+ 6.27ms
View #49 - components.product-card
1,437.96ms
+ 2.94ms
View #50 - components.add-to-wishlist
1,443.55ms
+ 5.59ms
View #51 - components.product-card
1,446.57ms
+ 3.02ms
View #52 - components.add-to-wishlist
1,451.52ms
+ 4.95ms
View #53 - components.product-card
1,454.03ms
+ 2.51ms
View #54 - components.add-to-wishlist
1,462.39ms
+ 8.36ms
View #55 - components.product-card
1,467.86ms
+ 5.48ms
View #56 - components.add-to-wishlist
1,475.13ms
+ 7.27ms
View #57 - components.product-card
1,480.02ms
+ 4.89ms
View #58 - components.add-to-wishlist
1,484.57ms
+ 4.54ms
View #59 - components.product-card
1,488.05ms
+ 3.49ms
View #60 - components.add-to-wishlist
1,494.01ms
+ 5.96ms
View #61 - components.product-card
1,496.83ms
+ 2.82ms
View #62 - components.add-to-wishlist
1,502.15ms
+ 5.32ms
View #63 - components.product-card
1,504.51ms
+ 2.36ms
View #64 - components.add-to-wishlist
1,509.45ms
+ 4.94ms
View #65 - components.product-card
1,512.68ms
+ 3.22ms
View #66 - components.add-to-wishlist
1,519.94ms
+ 7.27ms
View #67 - components.product-card
1,522.54ms
+ 2.60ms
View #68 - components.add-to-wishlist
1,526.36ms
+ 3.82ms
View #69 - components.product-card
1,529.39ms
+ 3.03ms
View #70 - components.add-to-wishlist
1,538.09ms
+ 8.70ms
View #71 - components.product-card
1,541.29ms
+ 3.20ms
View #72 - components.add-to-wishlist
1,547.27ms
+ 5.98ms
View #73 - components.product-card
1,549.89ms
+ 2.62ms
View #74 - components.add-to-wishlist
1,554.89ms
+ 5.00ms
View #75 - components.product-card
1,557.29ms
+ 2.40ms
View #76 - components.add-to-wishlist
1,563.58ms
+ 6.29ms
View #77 - components.product-card
1,566.00ms
+ 2.42ms
View #78 - components.add-to-wishlist
1,570.93ms
+ 4.92ms
View #79 - components.product-card
1,573.31ms
+ 2.39ms
View #80 - components.add-to-wishlist
1,581.60ms
+ 8.29ms
View #81 - components.product-card
1,584.82ms
+ 3.22ms
View #82 - components.add-to-wishlist
1,589.22ms
+ 4.40ms
View #83 - components.product-card
1,592.88ms
+ 3.66ms
View #84 - components.add-to-wishlist
1,598.47ms
+ 5.59ms
View #85 - components.pagination
1,601.76ms
+ 3.29ms
View #86 - components.button
1,602.30ms
+ 0.54ms
View #87 - components.recently-viewed
1,603.08ms
+ 0.79ms
View #88 - components.product-related
1,668.48ms
+ 65.40ms
View #89 - components.product-card
1,668.81ms
+ 0.33ms
View #90 - components.add-to-wishlist
1,678.28ms
+ 9.47ms
View #91 - components.seo-footer
1,682.05ms
+ 3.77ms
View #92 - components.facets
1,683.71ms
+ 1.66ms
View #93 - modules.seo-links
1,684.06ms
+ 0.35ms
View #94 - layout.layout
1,684.42ms
+ 0.37ms
View #95 - layout.meta
1,685.72ms
+ 1.30ms
View #96 - modules.notification
1,833.91ms
+ 148.19ms
View #97 - modules.header
1,836.37ms
+ 2.46ms
View #98 - modules.menu
1,837.76ms
+ 1.39ms
View #99 - components.menu-first-level
1,838.62ms
+ 0.86ms
View #100 - components.menu-second-level
1,845.29ms
+ 6.66ms
View #101 - components.menu-pushes
1,873.89ms
+ 28.60ms
View #102 - components.menu-pushes
1,887.21ms
+ 13.32ms
View #103 - components.menu-pushes
1,895.23ms
+ 8.02ms
View #104 - components.menu-pushes
1,903.55ms
+ 8.33ms
View #105 - components.menu-pushes
1,906.19ms
+ 2.64ms
View #106 - components.menu-pushes
1,909.38ms
+ 3.19ms
View #107 - svg.logo
1,911.04ms
+ 1.66ms
View #108 - modules.messages
1,914.47ms
+ 3.42ms
View #109 - modules.breadcrumbs
1,915.04ms
+ 0.58ms
View #110 - modules.footer
1,915.64ms
+ 0.59ms
View #111 - components.reinsurance-support
1,916.92ms
+ 1.28ms
View #112 - components.field
1,918.05ms
+ 1.13ms
View #113 - components.csrf-field
1,918.56ms
+ 0.52ms
View #114 - components.button
1,919.39ms
+ 0.83ms
View #115 - components.footer-links
1,919.79ms
+ 0.40ms
View #116 - modules.panel
1,923.75ms
+ 3.95ms
View #117 - modules.popin
1,924.04ms
+ 0.30ms
View #118 - modules.blueshift-popin
1,924.28ms
+ 0.23ms
View #119 - modules.search-panel
1,927.61ms
+ 3.33ms
View #120 - catalog.search-form
1,928.63ms
+ 1.02ms
View #121 - components.field
1,929.28ms
+ 0.65ms
View #122 - modules.toaster
1,930.53ms
+ 1.25ms
View #123 - layout.overlay
1,930.74ms
+ 0.21ms
View #124 - modules.webstore-switcher
1,934.07ms
+ 3.32ms
View #125 - components.close-button
1,934.72ms
+ 0.65ms
View #126 - components.native-select
1,935.36ms
+ 0.64ms
View #127 - components.native-select
1,935.97ms
+ 0.61ms
View #128 - components.button
1,936.47ms
+ 0.50ms
View #129 - components.button
1,936.86ms
+ 0.39ms
View #130 - helpers.grid
1,937.33ms
+ 0.47ms
View #131 - modules.loading-bar
1,937.55ms
+ 0.22ms
View #132 - 3rdparties.didomi
1,978.93ms
+ 41.38ms
View #133 - 3rdparties.gtm
1,979.23ms
+ 0.30ms
View #134 - 3rdparties.abtasty.main
1,979.61ms
+ 0.37ms
View #135 - 3rdparties.abtasty.tracking
1,979.88ms
+ 0.28ms
View #136 - 3rdparties.blueshift
1,980.42ms
+ 0.54ms
View #137 - 3rdparties.sizebay.main
1,981.09ms
+ 0.66ms
View #138 - 3rdparties.sizebay.tracking
1,981.37ms
+ 0.28ms
View #139 - 3rdparties.gsi
1,981.66ms
+ 0.29ms
View #140 - 3rdparties.applepay
1,981.83ms
+ 0.17ms
View #141 - 3rdparties.alma
1,982.21ms
+ 0.38ms
View #142 - path: /var/www/html/laravel/profiling/template.blade.php
1,983.89ms
+ 1.67ms
... 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=062dbc24ee94b9e71023d2d09466b7d394cb642f%2BziOIkBthTncj5d1Pt8JAr9F5NVihqyQX8FtbYAIK
HTTP_X_FORWARDED_FOR string(14) 216.73.216.200
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) b61343f1778d
HTTP_X_REAL_IP string(14) 216.73.216.200
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 37184
REDIRECT_URL string(31) /en/c-mens-ceremony-outfit.html
REDIRECT_QUERY_STRING string(38) /en/c-mens-ceremony-outfit.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(38) /en/c-mens-ceremony-outfit.html&page=2
REQUEST_URI string(38) /en/c-mens-ceremony-outfit.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788333445.424
REQUEST_TIME int 1788333445
HTTPS string(2) on
... array(4)
csrf_token string(40) In17l6uO5sroa0IStVNEzxzBNRDkITeQRWG4OPm0
cart string(12) Order object
recently_viewed array(1)
0 int 5826
last_category string(15) stdClass object