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

Filters

Color

Size

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.76ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.34ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.27ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.57ms
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.55ms
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.31ms
SELECT * FROM `languages`
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.33ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.43ms
SELECT * FROM `config`
0.48ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'casual-trousers-for-men' LIMIT 1
0.36ms
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` = '42'
0.33ms
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` = '42'
0.38ms
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` = '42'
0.29ms
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` = '42'
15.92ms
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` WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('18', '27', '28') AND `products`.`style_id` IN ('37', '38', '41', '40') GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
5.56ms
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 WHERE `products`.`seo_id` IN ('18', '27', '28') AND `products`.`style_id` IN ('37', '38', '41', '40') GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
12.20ms
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` WHERE `sizes`.`name` <> 'TU' AND (`products`.`seo_id` IN ('18', '27', '28') OR `p2`.`seo_id` IN ('18', '27', '28')) AND (`products`.`style_id` IN ('37', '38', '41', '40') OR `p2`.`style_id` IN ('37', '38', '41', '40')) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
16.28ms
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` WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('18', '27', '28') AND `products`.`style_id` IN ('37', '38', '41', '40') GROUP BY `products`.`id` ORDER BY RAND(36) ASC LIMIT 32 OFFSET 0
0.14ms
SELECT FOUND_ROWS()
1.03ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5988', '5801', '5605', '5795', '5364', '5378', '5379', '5690', '4168', '5614', '5619', '5482', '5603', '5981', '5371', '5598', '5979', '5366', '5380', '5792', '5987', '5800', '5984', '5983', '5993', '5599', '5604', '5480', '5483', '5377', '5884', '5610') ORDER BY `webstore_id` ASC
2.07ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5988', '5801', '5605', '5795', '5364', '5378', '5379', '5690', '4168', '5614', '5619', '5482', '5603', '5981', '5371', '5598', '5979', '5366', '5380', '5792', '5987', '5800', '5984', '5983', '5993', '5599', '5604', '5480', '5483', '5377', '5884', '5610') ORDER BY `position` ASC
0.34ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('5') 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 ('28', '18', '27') ORDER BY `singular` ASC
0.44ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('38', '40', '37') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.43ms
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 ('5988', '5801', '5605', '5795', '5364', '5378', '5379', '5690', '4168', '5614', '5619', '5482', '5603', '5981', '5371', '5598', '5979', '5366', '5380', '5792', '5987', '5800', '5984', '5983', '5993', '5599', '5604', '5480', '5483', '5377', '5884', '5610') ORDER BY `name` ASC
0.81ms
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 ('5988', '5801', '5605', '5795', '5364', '5378', '5379', '5690', '4168', '5614', '5619', '5482', '5603', '5981', '5371', '5598', '5979', '5366', '5380', '5792', '5987', '5800', '5984', '5983', '5993', '5599', '5604', '5480', '5483', '5377', '5884', '5610') ORDER BY `name` ASC
1.92ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5988', '5801', '5605', '5795', '5364', '5378', '5379', '5690', '4168', '5614', '5619', '5482', '5603', '5981', '5371', '5598', '5979', '5366', '5380', '5792', '5987', '5800', '5984', '5983', '5993', '5599', '5604', '5480', '5483', '5377', '5884', '5610') ORDER BY `position` ASC
4.59ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26781', '26770', '26759', '26760', '27834', '26782', '26771', '27876', '26783', '26772', '26761', '29621', '29628', '27910', '29671', '27862', '27835', '27869', '29622', '29629', '27911', '29672', '27863', '27870', '27836', '26784', '27877', '26773', '26762', '26774', '26763', '29623', '29630', '27912', '29673', '27864', '27871', '27837', '26785', '27878', '29631', '27913', '29674', '27865', '27872', '27838', '26786', '27879', '26775', '26764', '29624', '26776', '26765', '29625', '29632', '27914', '29675', '27866', '27873', '27839', '26787', '27880', '29676', '27867', '27874', '26788', '27881', '26777', '26766', '29626', '29633', '27915', '26767', '26789', '26778', '28764', '26790', '29599', '29560', '29627', '26779', '29634', '27916', '28274', '28805', '27970', '21010', '29677', '26768', '27868', '27875', '27341', '27332', '29591', '29576', '26791', '26780', '26769', '27342', '27333', '29592', '29577', '28765', '29600', '29561', '26710', '27939', '28275', '28806', '27971', '21011', '29601', '28766', '29562', '26711', '27940', '28276', '28807', '27972', '21012', '27343', '27334', '29593', '29578', '29579', '29602', '28767', '29563', '28277', '26712', '27941', '28808', '27973', '21013', '27344', '27335', '29594', '28278', '26713', '27942', '28809', '27974', '21014', '27345', '27336', '29595', '29580', '29603', '28768', '29564', '29604', '28769', '29565', '28279', '26714', '27943', '28810', '27975', '21015', '27346', '27337', '29596', '29581', '28811', '27976', '21016', '27347', '27338', '29597', '29582', '29605', '28770', '29566', '28280', '26715', '27944', '29606', '28771', '29567', '27977', '21017', '27348', '27339', '29598', '29583', '25073', '27349', '27340', '29584', '27978', '26757', '27842', '28749', '26664', '26755', '27323', '29135', '26674', '28803', '26673', '28802', '27841', '28748', '26663', '26754', '27322', '29134', '27840', '28747', '26662', '26753', '27321', '29133', '26672', '28801', '27843', '28750', '26665', '26756', '27324', '29136', '26675', '28804', '26666', '26758', '27325', '26676')
0.51ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('225', '54', '55', '56', '57', '58', '59', '60', '61', '62', '63', '64', '66', '68', '70', '72', '74', '76', '131', '130', '186', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.54ms
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 ('5988', '5801', '5605', '5795', '5364', '5378', '5379', '5690', '4168', '5614', '5619', '5482', '5603', '5981', '5371', '5598', '5979', '5366', '5380', '5792', '5987', '5800', '5984', '5983', '5993', '5599', '5604', '5480', '5483', '5377', '5884', '5610') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.00ms
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 ('5988', '5801', '5605', '5795', '5364', '5378', '5379', '5690', '4168', '5614', '5619', '5482', '5603', '5981', '5371', '5598', '5979', '5366', '5380', '5792', '5987', '5800', '5984', '5983', '5993', '5599', '5604', '5480', '5483', '5377', '5884', '5610') GROUP BY `articles`.`id`
1.19ms
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` = '42' AND `is_enabled` = '1' ORDER BY RAND(36142) ASC
0.39ms
SELECT * FROM `seo_types`
0.55ms
SELECT * FROM `styles`
0.68ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.27ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.39ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
198.48ms
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.78ms
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.40ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
316.03ms
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.94ms
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
1,405.12ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
288.40ms
+ 288.39ms
View #2 - components.page-header
320.52ms
+ 32.12ms
View #3 - components.button
335.07ms
+ 14.55ms
View #4 - components.button
335.55ms
+ 0.48ms
View #5 - components.filters
336.02ms
+ 0.47ms
View #6 - components.close-button
336.35ms
+ 0.33ms
View #7 - components.accordion.wrapper
336.62ms
+ 0.28ms
View #8 - components.accordion.bodies.filters.colors
336.67ms
+ 0.04ms
View #9 - components.accordion.wrapper
338.18ms
+ 1.51ms
View #10 - components.accordion.bodies.filters.sizes
338.22ms
+ 0.04ms
View #11 - components.accordion.wrapper
338.89ms
+ 0.68ms
View #12 - components.accordion.bodies.filters.list
338.92ms
+ 0.03ms
View #13 - components.button
339.14ms
+ 0.22ms
View #14 - components.button
339.35ms
+ 0.21ms
View #15 - components.button
339.52ms
+ 0.17ms
View #16 - components.button
339.69ms
+ 0.17ms
View #17 - catalog.partials.products-listing
339.91ms
+ 0.22ms
View #18 - components.product-card
340.12ms
+ 0.21ms
View #19 - components.add-to-wishlist
378.26ms
+ 38.14ms
View #20 - components.product-card
380.52ms
+ 2.25ms
View #21 - components.add-to-wishlist
383.70ms
+ 3.18ms
View #22 - components.product-card
385.10ms
+ 1.40ms
View #23 - components.add-to-wishlist
387.75ms
+ 2.66ms
View #24 - components.product-card
389.19ms
+ 1.44ms
View #25 - components.add-to-wishlist
391.99ms
+ 2.80ms
View #26 - components.product-card
393.29ms
+ 1.30ms
View #27 - components.add-to-wishlist
397.06ms
+ 3.77ms
View #28 - components.product-card
398.67ms
+ 1.61ms
View #29 - components.add-to-wishlist
402.14ms
+ 3.47ms
View #30 - components.product-card
403.67ms
+ 1.52ms
View #31 - components.add-to-wishlist
406.88ms
+ 3.21ms
View #32 - components.product-card
408.36ms
+ 1.48ms
View #33 - components.add-to-wishlist
411.63ms
+ 3.28ms
View #34 - components.product-card
413.14ms
+ 1.51ms
View #35 - components.add-to-wishlist
416.27ms
+ 3.13ms
View #36 - components.product-card
417.76ms
+ 1.49ms
View #37 - components.add-to-wishlist
420.45ms
+ 2.69ms
View #38 - components.product-card
421.98ms
+ 1.53ms
View #39 - components.add-to-wishlist
424.98ms
+ 3.00ms
View #40 - components.product-card
426.76ms
+ 1.78ms
View #41 - components.add-to-wishlist
429.92ms
+ 3.16ms
View #42 - components.product-card
431.44ms
+ 1.52ms
View #43 - components.add-to-wishlist
434.89ms
+ 3.45ms
View #44 - components.product-card
436.68ms
+ 1.79ms
View #45 - components.add-to-wishlist
441.39ms
+ 4.71ms
View #46 - components.product-card
442.97ms
+ 1.59ms
View #47 - components.add-to-wishlist
445.76ms
+ 2.79ms
View #48 - components.product-card
447.26ms
+ 1.50ms
View #49 - components.add-to-wishlist
450.06ms
+ 2.80ms
View #50 - components.product-card
451.99ms
+ 1.94ms
View #51 - components.add-to-wishlist
455.90ms
+ 3.91ms
View #52 - components.product-card
457.69ms
+ 1.79ms
View #53 - components.add-to-wishlist
460.77ms
+ 3.08ms
View #54 - components.product-card
462.41ms
+ 1.64ms
View #55 - components.add-to-wishlist
466.44ms
+ 4.03ms
View #56 - components.product-card
467.87ms
+ 1.43ms
View #57 - components.add-to-wishlist
471.14ms
+ 3.28ms
View #58 - components.product-card
473.70ms
+ 2.55ms
View #59 - components.add-to-wishlist
483.15ms
+ 9.45ms
View #60 - components.product-card
484.68ms
+ 1.53ms
View #61 - components.add-to-wishlist
490.27ms
+ 5.59ms
View #62 - components.product-card
493.63ms
+ 3.36ms
View #63 - components.add-to-wishlist
500.55ms
+ 6.93ms
View #64 - components.product-card
502.40ms
+ 1.85ms
View #65 - components.add-to-wishlist
506.92ms
+ 4.52ms
View #66 - components.product-card
508.39ms
+ 1.47ms
View #67 - components.add-to-wishlist
513.92ms
+ 5.52ms
View #68 - components.product-card
518.82ms
+ 4.91ms
View #69 - components.add-to-wishlist
532.28ms
+ 13.46ms
View #70 - components.product-card
534.05ms
+ 1.77ms
View #71 - components.add-to-wishlist
540.18ms
+ 6.13ms
View #72 - components.product-card
542.13ms
+ 1.95ms
View #73 - components.add-to-wishlist
546.08ms
+ 3.95ms
View #74 - components.product-card
547.64ms
+ 1.56ms
View #75 - components.add-to-wishlist
552.50ms
+ 4.85ms
View #76 - components.product-card
554.67ms
+ 2.18ms
View #77 - components.add-to-wishlist
561.91ms
+ 7.24ms
View #78 - components.product-card
564.73ms
+ 2.81ms
View #79 - components.add-to-wishlist
568.56ms
+ 3.84ms
View #80 - components.product-card
573.61ms
+ 5.05ms
View #81 - components.add-to-wishlist
581.42ms
+ 7.81ms
View #82 - components.seo-footer
584.42ms
+ 3.00ms
View #83 - components.pagination
585.27ms
+ 0.85ms
View #84 - components.button
587.31ms
+ 2.04ms
View #85 - components.button
588.05ms
+ 0.74ms
View #86 - components.button
588.30ms
+ 0.25ms
View #87 - layout.layout
588.55ms
+ 0.25ms
View #88 - layout.meta
590.03ms
+ 1.48ms
View #89 - modules.notification
711.29ms
+ 121.27ms
View #90 - modules.header
712.49ms
+ 1.19ms
View #91 - modules.menu
1,319.61ms
+ 607.13ms
View #92 - components.menu-first-level
1,320.12ms
+ 0.50ms
View #93 - components.menu-second-level
1,322.88ms
+ 2.76ms
View #94 - components.menu-pushes
1,330.24ms
+ 7.36ms
View #95 - components.menu-pushes
1,341.14ms
+ 10.91ms
View #96 - components.menu-pushes
1,345.37ms
+ 4.23ms
View #97 - components.menu-pushes
1,353.09ms
+ 7.72ms
View #98 - components.menu-pushes
1,355.93ms
+ 2.84ms
View #99 - components.menu-pushes
1,358.35ms
+ 2.42ms
View #100 - svg.logo
1,359.29ms
+ 0.94ms
View #101 - modules.messages
1,360.37ms
+ 1.09ms
View #102 - modules.breadcrumbs
1,361.63ms
+ 1.26ms
View #103 - modules.footer
1,361.92ms
+ 0.29ms
View #104 - components.reinsurance-support
1,362.23ms
+ 0.31ms
View #105 - components.field
1,362.72ms
+ 0.49ms
View #106 - components.csrf-field
1,362.98ms
+ 0.26ms
View #107 - components.button
1,363.11ms
+ 0.13ms
View #108 - components.footer-links
1,363.31ms
+ 0.20ms
View #109 - modules.panel
1,367.06ms
+ 3.76ms
View #110 - modules.popin
1,367.25ms
+ 0.19ms
View #111 - modules.blueshift-popin
1,367.39ms
+ 0.13ms
View #112 - modules.search-panel
1,368.17ms
+ 0.78ms
View #113 - catalog.search-form
1,368.46ms
+ 0.29ms
View #114 - components.field
1,368.86ms
+ 0.40ms
View #115 - modules.toaster
1,369.43ms
+ 0.57ms
View #116 - layout.overlay
1,369.55ms
+ 0.12ms
View #117 - modules.webstore-switcher
1,370.88ms
+ 1.33ms
View #118 - components.close-button
1,371.47ms
+ 0.59ms
View #119 - components.native-select
1,372.00ms
+ 0.54ms
View #120 - components.native-select
1,372.64ms
+ 0.64ms
View #121 - components.button
1,372.91ms
+ 0.27ms
View #122 - components.button
1,373.14ms
+ 0.23ms
View #123 - helpers.grid
1,373.34ms
+ 0.20ms
View #124 - modules.loading-bar
1,373.47ms
+ 0.12ms
View #125 - 3rdparties.didomi
1,399.48ms
+ 26.01ms
View #126 - 3rdparties.gtm
1,399.94ms
+ 0.46ms
View #127 - 3rdparties.abtasty.main
1,400.14ms
+ 0.20ms
View #128 - 3rdparties.abtasty.tracking
1,400.27ms
+ 0.13ms
View #129 - 3rdparties.blueshift
1,400.46ms
+ 0.20ms
View #130 - 3rdparties.sizebay.main
1,401.27ms
+ 0.81ms
View #131 - 3rdparties.sizebay.tracking
1,401.93ms
+ 0.65ms
View #132 - 3rdparties.gsi
1,402.15ms
+ 0.22ms
View #133 - 3rdparties.applepay
1,402.24ms
+ 0.09ms
View #134 - 3rdparties.alma
1,402.72ms
+ 0.48ms
View #135 - path: /var/www/html/laravel/profiling/template.blade.php
1,405.16ms
+ 2.44ms
... 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=5aa0850a86915ae0ab632a2aae97cddd878f6b4c%2BPKuw2JDYDcWBP6oFmVreauSHQkVbLlE91U3nsVqB
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) 36134
REDIRECT_URL string(34) /en/m-casual-trousers-for-men.html
REDIRECT_QUERY_STRING string(34) /en/m-casual-trousers-for-men.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(34) /en/m-casual-trousers-for-men.html
REQUEST_URI string(34) /en/m-casual-trousers-for-men.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788340919.019
REQUEST_TIME int 1788340919
HTTPS string(2) on
... array(2)
csrf_token string(40) DqCPSPCoW5mvrYI96KlysJizbWycjP0FzRrnutXj
cart string(12) Order object