Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible
62 produits

Filtres

Couleur

Taille

Trier par

Changer de pays / langue

Vous explorez actuellement la boutique en ligne FURSAC France en Français. Pour changer de pays de livraison ou de langue, faites votre choix dans la liste ci-dessous.

There are no log entries.
Time Query
0.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.33ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.40ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.77ms
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.40ms
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.29ms
SELECT * FROM `languages`
0.39ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.70ms
SELECT * FROM `config`
0.37ms
SELECT * FROM `meta_categories` WHERE `slug` = 'pantalon-homme-casual' LIMIT 1
0.35ms
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.32ms
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.35ms
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.25ms
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'
14.35ms
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
3.17ms
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
11.46ms
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
15.42ms
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.16ms
SELECT FOUND_ROWS()
0.94ms
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
1.17ms
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.31ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('5') ORDER BY `singular` ASC
0.38ms
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.47ms
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.37ms
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.80ms
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.65ms
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
3.89ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26759', '26781', '26770', '27834', '26782', '26771', '26760', '26761', '27862', '29621', '27869', '29628', '27910', '27835', '27876', '29671', '26783', '26772', '27870', '29629', '27911', '27836', '29672', '26784', '26773', '27877', '26762', '27863', '29622', '27864', '29623', '27871', '29630', '27912', '27837', '29673', '26785', '26774', '27878', '26763', '26786', '26775', '27879', '26764', '27865', '29624', '27872', '29631', '27913', '27838', '29674', '27866', '29625', '27873', '29632', '27914', '27839', '26787', '29675', '26776', '27880', '26765', '26777', '27881', '26766', '27867', '29626', '27874', '29633', '27915', '26788', '29676', '26789', '26778', '26767', '29599', '28764', '21010', '29560', '26768', '27868', '29627', '27875', '29634', '27916', '27341', '28274', '28805', '27332', '27970', '29677', '29591', '29576', '26790', '26779', '26791', '26780', '26769', '29577', '26710', '29600', '28765', '21011', '29561', '28275', '27939', '27342', '28806', '27333', '27971', '29592', '28276', '27940', '27343', '28807', '27334', '27972', '29593', '29578', '26711', '29601', '28766', '21012', '29562', '26712', '29602', '28767', '21013', '29563', '28277', '27941', '27344', '28808', '27335', '27973', '29594', '29579', '28809', '27336', '27974', '29595', '29580', '26713', '29603', '28768', '21014', '29564', '28278', '27942', '27345', '26714', '29604', '28769', '21015', '29565', '28279', '27943', '27346', '28810', '27337', '27975', '29596', '29581', '29597', '29582', '26715', '29605', '28770', '21016', '29566', '28280', '27944', '27347', '28811', '27338', '27976', '29606', '28771', '21017', '29567', '27348', '27339', '27977', '29598', '29583', '25073', '29584', '27349', '27340', '27978', '26757', '26664', '26755', '27323', '26674', '28749', '29135', '28803', '27842', '27841', '26663', '26754', '27322', '26673', '28748', '29134', '28802', '26672', '28747', '29133', '28801', '27840', '26662', '26753', '27321', '27843', '26665', '26756', '27324', '26675', '28750', '29136', '28804', '26666', '26758', '27325', '26676')
0.47ms
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.61ms
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
1.94ms
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.38ms
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.35ms
SELECT * FROM `styles`
0.83ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.72ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.35ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
303.88ms
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
1.14ms
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.38ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
444.16ms
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.87ms
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,496.78ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
203.02ms
+ 203.01ms
View #2 - components.page-header
226.42ms
+ 23.41ms
View #3 - components.button
226.81ms
+ 0.39ms
View #4 - components.button
227.06ms
+ 0.25ms
View #5 - components.filters
227.48ms
+ 0.41ms
View #6 - components.close-button
227.79ms
+ 0.31ms
View #7 - components.accordion.wrapper
228.00ms
+ 0.22ms
View #8 - components.accordion.bodies.filters.colors
228.03ms
+ 0.03ms
View #9 - components.accordion.wrapper
229.48ms
+ 1.45ms
View #10 - components.accordion.bodies.filters.sizes
229.52ms
+ 0.04ms
View #11 - components.accordion.wrapper
230.51ms
+ 0.99ms
View #12 - components.accordion.bodies.filters.list
230.56ms
+ 0.05ms
View #13 - components.button
230.93ms
+ 0.37ms
View #14 - components.button
231.21ms
+ 0.28ms
View #15 - components.button
231.43ms
+ 0.21ms
View #16 - components.button
231.67ms
+ 0.24ms
View #17 - catalog.partials.products-listing
231.89ms
+ 0.22ms
View #18 - components.product-card
232.10ms
+ 0.22ms
View #19 - components.add-to-wishlist
269.09ms
+ 36.99ms
View #20 - components.product-card
270.60ms
+ 1.51ms
View #21 - components.add-to-wishlist
274.12ms
+ 3.52ms
View #22 - components.product-card
275.45ms
+ 1.33ms
View #23 - components.add-to-wishlist
278.18ms
+ 2.73ms
View #24 - components.product-card
279.58ms
+ 1.40ms
View #25 - components.add-to-wishlist
282.44ms
+ 2.85ms
View #26 - components.product-card
283.56ms
+ 1.13ms
View #27 - components.add-to-wishlist
285.98ms
+ 2.42ms
View #28 - components.product-card
287.13ms
+ 1.15ms
View #29 - components.add-to-wishlist
290.11ms
+ 2.99ms
View #30 - components.product-card
291.56ms
+ 1.44ms
View #31 - components.add-to-wishlist
294.75ms
+ 3.19ms
View #32 - components.product-card
296.06ms
+ 1.31ms
View #33 - components.add-to-wishlist
298.87ms
+ 2.81ms
View #34 - components.product-card
300.06ms
+ 1.19ms
View #35 - components.add-to-wishlist
303.57ms
+ 3.51ms
View #36 - components.product-card
304.99ms
+ 1.42ms
View #37 - components.add-to-wishlist
307.62ms
+ 2.63ms
View #38 - components.product-card
309.09ms
+ 1.47ms
View #39 - components.add-to-wishlist
312.11ms
+ 3.02ms
View #40 - components.product-card
313.57ms
+ 1.46ms
View #41 - components.add-to-wishlist
316.27ms
+ 2.70ms
View #42 - components.product-card
317.71ms
+ 1.43ms
View #43 - components.add-to-wishlist
320.19ms
+ 2.48ms
View #44 - components.product-card
322.02ms
+ 1.84ms
View #45 - components.add-to-wishlist
325.40ms
+ 3.38ms
View #46 - components.product-card
327.29ms
+ 1.89ms
View #47 - components.add-to-wishlist
330.42ms
+ 3.13ms
View #48 - components.product-card
332.26ms
+ 1.84ms
View #49 - components.add-to-wishlist
335.08ms
+ 2.82ms
View #50 - components.product-card
336.44ms
+ 1.36ms
View #51 - components.add-to-wishlist
339.07ms
+ 2.63ms
View #52 - components.product-card
340.48ms
+ 1.42ms
View #53 - components.add-to-wishlist
343.16ms
+ 2.68ms
View #54 - components.product-card
344.54ms
+ 1.38ms
View #55 - components.add-to-wishlist
347.52ms
+ 2.97ms
View #56 - components.product-card
349.11ms
+ 1.59ms
View #57 - components.add-to-wishlist
352.04ms
+ 2.93ms
View #58 - components.product-card
353.82ms
+ 1.79ms
View #59 - components.add-to-wishlist
356.49ms
+ 2.67ms
View #60 - components.product-card
357.73ms
+ 1.24ms
View #61 - components.add-to-wishlist
360.93ms
+ 3.20ms
View #62 - components.product-card
362.41ms
+ 1.47ms
View #63 - components.add-to-wishlist
365.30ms
+ 2.90ms
View #64 - components.product-card
366.62ms
+ 1.31ms
View #65 - components.add-to-wishlist
369.52ms
+ 2.90ms
View #66 - components.product-card
370.91ms
+ 1.39ms
View #67 - components.add-to-wishlist
373.61ms
+ 2.70ms
View #68 - components.product-card
374.90ms
+ 1.29ms
View #69 - components.add-to-wishlist
378.25ms
+ 3.35ms
View #70 - components.product-card
379.71ms
+ 1.46ms
View #71 - components.add-to-wishlist
397.49ms
+ 17.78ms
View #72 - components.product-card
400.56ms
+ 3.07ms
View #73 - components.add-to-wishlist
406.01ms
+ 5.45ms
View #74 - components.product-card
408.54ms
+ 2.53ms
View #75 - components.add-to-wishlist
413.56ms
+ 5.03ms
View #76 - components.product-card
416.75ms
+ 3.19ms
View #77 - components.add-to-wishlist
422.68ms
+ 5.93ms
View #78 - components.product-card
425.52ms
+ 2.84ms
View #79 - components.add-to-wishlist
430.32ms
+ 4.80ms
View #80 - components.product-card
432.55ms
+ 2.23ms
View #81 - components.add-to-wishlist
437.34ms
+ 4.79ms
View #82 - components.seo-footer
440.61ms
+ 3.28ms
View #83 - components.pagination
440.97ms
+ 0.36ms
View #84 - components.button
441.89ms
+ 0.92ms
View #85 - components.button
443.02ms
+ 1.13ms
View #86 - components.button
443.39ms
+ 0.37ms
View #87 - layout.layout
444.05ms
+ 0.66ms
View #88 - layout.meta
444.93ms
+ 0.88ms
View #89 - modules.notification
552.29ms
+ 107.36ms
View #90 - modules.header
553.34ms
+ 1.04ms
View #91 - modules.menu
1,411.98ms
+ 858.64ms
View #92 - components.menu-first-level
1,412.69ms
+ 0.71ms
View #93 - components.menu-second-level
1,416.48ms
+ 3.79ms
View #94 - components.menu-pushes
1,425.16ms
+ 8.68ms
View #95 - components.menu-pushes
1,433.98ms
+ 8.82ms
View #96 - components.menu-pushes
1,439.85ms
+ 5.87ms
View #97 - components.menu-pushes
1,445.98ms
+ 6.13ms
View #98 - components.menu-pushes
1,448.01ms
+ 2.02ms
View #99 - components.menu-pushes
1,449.65ms
+ 1.65ms
View #100 - svg.logo
1,450.60ms
+ 0.95ms
View #101 - modules.messages
1,451.78ms
+ 1.17ms
View #102 - modules.breadcrumbs
1,452.25ms
+ 0.48ms
View #103 - modules.footer
1,452.63ms
+ 0.37ms
View #104 - components.reinsurance-support
1,453.04ms
+ 0.41ms
View #105 - components.field
1,453.61ms
+ 0.57ms
View #106 - components.csrf-field
1,453.93ms
+ 0.32ms
View #107 - components.button
1,454.12ms
+ 0.19ms
View #108 - components.footer-links
1,454.43ms
+ 0.31ms
View #109 - modules.panel
1,457.78ms
+ 3.35ms
View #110 - modules.popin
1,458.06ms
+ 0.28ms
View #111 - modules.blueshift-popin
1,458.25ms
+ 0.20ms
View #112 - modules.search-panel
1,459.23ms
+ 0.98ms
View #113 - catalog.search-form
1,459.59ms
+ 0.36ms
View #114 - components.field
1,460.10ms
+ 0.51ms
View #115 - modules.toaster
1,461.03ms
+ 0.93ms
View #116 - layout.overlay
1,461.19ms
+ 0.16ms
View #117 - modules.webstore-switcher
1,463.37ms
+ 2.18ms
View #118 - components.close-button
1,463.73ms
+ 0.36ms
View #119 - components.native-select
1,464.20ms
+ 0.47ms
View #120 - components.native-select
1,464.76ms
+ 0.56ms
View #121 - components.button
1,465.04ms
+ 0.28ms
View #122 - components.button
1,465.38ms
+ 0.33ms
View #123 - helpers.grid
1,465.68ms
+ 0.30ms
View #124 - modules.loading-bar
1,465.84ms
+ 0.16ms
View #125 - 3rdparties.didomi
1,492.82ms
+ 26.98ms
View #126 - 3rdparties.gtm
1,493.07ms
+ 0.25ms
View #127 - 3rdparties.abtasty.main
1,493.25ms
+ 0.18ms
View #128 - 3rdparties.abtasty.tracking
1,493.55ms
+ 0.30ms
View #129 - 3rdparties.blueshift
1,493.83ms
+ 0.28ms
View #130 - 3rdparties.sizebay.main
1,494.28ms
+ 0.45ms
View #131 - 3rdparties.sizebay.tracking
1,494.53ms
+ 0.25ms
View #132 - 3rdparties.gsi
1,494.78ms
+ 0.25ms
View #133 - 3rdparties.applepay
1,494.92ms
+ 0.14ms
View #134 - 3rdparties.alma
1,495.20ms
+ 0.28ms
View #135 - path: /var/www/html/laravel/profiling/template.blade.php
1,496.82ms
+ 1.62ms
... 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=9edf57915b96d9598574083efa1dc177236ac5e7%2B8TbzMhg1yBnSe5jYLsXk6DNLfTaGxIBaH4CZROTo
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) 53160
REDIRECT_URL string(32) /fr/m-pantalon-homme-casual.html
REDIRECT_QUERY_STRING string(32) /fr/m-pantalon-homme-casual.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(32) /fr/m-pantalon-homme-casual.html
REQUEST_URI string(32) /fr/m-pantalon-homme-casual.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788332445.669
REQUEST_TIME int 1788332445
HTTPS string(2) on
... array(2)
csrf_token string(40) IV53gdB12f1nZXcEjt2gAkowALe4uvWMtJjvEasX
cart string(12) Order object