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

Filtres

Couleur

Taille

Style

Trier par

Changer de pays / langue

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

There are no log entries.
Time Query
0.30ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.29ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.24ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.44ms
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.33ms
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.17ms
SELECT * FROM `languages`
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.57ms
SELECT * FROM `config`
0.29ms
SELECT * FROM `meta_categories` WHERE `slug` = 'chemise-coloree-homme' LIMIT 1
0.33ms
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` = '215'
0.27ms
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` = '215'
0.24ms
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` = '215'
0.24ms
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` = '215'
12.30ms
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 ('7') GROUP BY `products`.`id` ORDER BY RAND(29) ASC) q
3.16ms
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 ('7') GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
18.67ms
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 ('7') OR `p2`.`seo_id` IN ('7')) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
4.35ms
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 WHERE `products`.`seo_id` IN ('7') GROUP BY `styles`.`id`
14.40ms
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 ('7') GROUP BY `products`.`id` ORDER BY RAND(29) ASC LIMIT 32 OFFSET 0
0.13ms
SELECT FOUND_ROWS()
0.96ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5547', '5670', '5297', '5756', '5758', '5672', '5877', '4283', '5757', '5755', '5761', '5414', '5477', '3913', '4709', '4710', '5861', '5665', '4408', '4815', '5298', '5754', '5106', '5548', '4834', '5667', '4605', '5671', '5878', '5668', '5760', '5753') ORDER BY `webstore_id` ASC
1.26ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5547', '5670', '5297', '5756', '5758', '5672', '5877', '4283', '5757', '5755', '5761', '5414', '5477', '3913', '4709', '4710', '5861', '5665', '4408', '4815', '5298', '5754', '5106', '5548', '4834', '5667', '4605', '5671', '5878', '5668', '5760', '5753') ORDER BY `position` ASC
0.28ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('6') ORDER BY `singular` ASC
0.32ms
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 ('7') ORDER BY `singular` ASC
0.42ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('33', '34', '35') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.21ms
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 ('5547', '5670', '5297', '5756', '5758', '5672', '5877', '4283', '5757', '5755', '5761', '5414', '5477', '3913', '4709', '4710', '5861', '5665', '4408', '4815', '5298', '5754', '5106', '5548', '4834', '5667', '4605', '5671', '5878', '5668', '5760', '5753') ORDER BY `name` ASC
0.77ms
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 ('5547', '5670', '5297', '5756', '5758', '5672', '5877', '4283', '5757', '5755', '5761', '5414', '5477', '3913', '4709', '4710', '5861', '5665', '4408', '4815', '5298', '5754', '5106', '5548', '4834', '5667', '4605', '5671', '5878', '5668', '5760', '5753') ORDER BY `name` ASC
1.69ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5547', '5670', '5297', '5756', '5758', '5672', '5877', '4283', '5757', '5755', '5761', '5414', '5477', '3913', '4709', '4710', '5861', '5665', '4408', '4815', '5298', '5754', '5106', '5548', '4834', '5667', '4605', '5671', '5878', '5668', '5760', '5753') ORDER BY `position` ASC
3.59ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28551', '19797', '29097', '27604', '27595', '23599', '25520', '22288', '28560', '24105', '21603', '25521', '22289', '28545', '28561', '24106', '21604', '28552', '24009', '19798', '28575', '29098', '27605', '27596', '28569', '23600', '29099', '27606', '27597', '28570', '23601', '25522', '22290', '28546', '28562', '24107', '21605', '28553', '24010', '19799', '28576', '25523', '22291', '28547', '28563', '24108', '21606', '28554', '24011', '19800', '28577', '29100', '27607', '27598', '28571', '23602', '27608', '27599', '28572', '23603', '25524', '22292', '28548', '28564', '24109', '21607', '28555', '24012', '19801', '28578', '29101', '22293', '28549', '28565', '24110', '21608', '28556', '24013', '19802', '28579', '29102', '27609', '27600', '28573', '23604', '25525', '27601', '28574', '23605', '27610', '25526', '22294', '28550', '28566', '24111', '21609', '28557', '24014', '19803', '28580', '29103', '28567', '24112', '21610', '28558', '25072', '19804', '29104', '27602', '23606', '27611', '25527', '22295', '25070', '27612', '25528', '22296', '28568', '24113', '21611', '28559', '25071', '19805', '29105', '27603', '25068', '24114', '25069', '24115', '23593', '29094', '28596', '28583', '28173', '23594', '28165', '28151', '27004', '28161', '28181', '23082', '27311', '26270', '29031', '28591', '28177', '26275', '28160', '28180', '23081', '27310', '26269', '29030', '26274', '28590', '28176', '29093', '28595', '28582', '28172', '23595', '28164', '28150', '27003', '28581', '28171', '23596', '28163', '28149', '27002', '28159', '28179', '23080', '27309', '26268', '29029', '26273', '28589', '28175', '29092', '28594', '23083', '27312', '26271', '29032', '26276', '28592', '28178', '29095', '28597', '28584', '28174', '23597', '28166', '28152', '27005', '28162', '28182', '23598', '28153', '27006', '23084', '26272', '29033', '26277', '28593', '29096', '28359')
0.41ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('80', '81', '82', '83', '84', '85', '86', '87', '88', '129', '187', '89', '90', '91', '92', '93', '123', '212') ORDER BY `position` ASC
0.55ms
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 ('5547', '5670', '5297', '5756', '5758', '5672', '5877', '4283', '5757', '5755', '5761', '5414', '5477', '3913', '4709', '4710', '5861', '5665', '4408', '4815', '5298', '5754', '5106', '5548', '4834', '5667', '4605', '5671', '5878', '5668', '5760', '5753') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.97ms
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 ('5547', '5670', '5297', '5756', '5758', '5672', '5877', '4283', '5757', '5755', '5761', '5414', '5477', '3913', '4709', '4710', '5861', '5665', '4408', '4815', '5298', '5754', '5106', '5548', '4834', '5667', '4605', '5671', '5878', '5668', '5760', '5753') GROUP BY `articles`.`id`
1.00ms
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` = '215' AND `is_enabled` = '1' ORDER BY RAND(29315) ASC
0.46ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
0.77ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
3.69ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
0.29ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
231.10ms
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.86ms
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
1.20ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
508.27ms
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.72ms
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
Name Running Time (ms) Difference
default_timer
1,532.48ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
197.42ms
+ 197.42ms
View #2 - components.page-header
220.39ms
+ 22.97ms
View #3 - components.button
220.89ms
+ 0.50ms
View #4 - components.button
221.35ms
+ 0.46ms
View #5 - components.filters
221.92ms
+ 0.57ms
View #6 - components.close-button
222.56ms
+ 0.64ms
View #7 - components.accordion.wrapper
222.98ms
+ 0.42ms
View #8 - components.accordion.bodies.filters.colors
223.02ms
+ 0.04ms
View #9 - components.accordion.wrapper
224.48ms
+ 1.46ms
View #10 - components.accordion.bodies.filters.sizes
224.52ms
+ 0.04ms
View #11 - components.accordion.wrapper
225.44ms
+ 0.91ms
View #12 - components.accordion.bodies.filters.list
225.48ms
+ 0.04ms
View #13 - components.accordion.wrapper
225.87ms
+ 0.39ms
View #14 - components.accordion.bodies.filters.list
225.91ms
+ 0.04ms
View #15 - components.button
226.15ms
+ 0.25ms
View #16 - components.button
226.46ms
+ 0.31ms
View #17 - components.button
226.73ms
+ 0.26ms
View #18 - components.button
227.00ms
+ 0.27ms
View #19 - catalog.partials.products-listing
227.36ms
+ 0.36ms
View #20 - components.product-card
227.65ms
+ 0.28ms
View #21 - components.add-to-wishlist
284.57ms
+ 56.93ms
View #22 - components.product-card
286.55ms
+ 1.97ms
View #23 - components.add-to-wishlist
290.18ms
+ 3.63ms
View #24 - components.product-card
291.97ms
+ 1.79ms
View #25 - components.add-to-wishlist
295.58ms
+ 3.61ms
View #26 - components.product-card
297.18ms
+ 1.60ms
View #27 - components.add-to-wishlist
301.07ms
+ 3.89ms
View #28 - components.product-card
302.68ms
+ 1.61ms
View #29 - components.add-to-wishlist
306.27ms
+ 3.60ms
View #30 - components.product-card
307.91ms
+ 1.63ms
View #31 - components.add-to-wishlist
311.40ms
+ 3.49ms
View #32 - components.product-card
313.00ms
+ 1.60ms
View #33 - components.add-to-wishlist
316.48ms
+ 3.48ms
View #34 - components.product-card
318.06ms
+ 1.58ms
View #35 - components.add-to-wishlist
322.09ms
+ 4.03ms
View #36 - components.product-card
323.82ms
+ 1.72ms
View #37 - components.add-to-wishlist
327.54ms
+ 3.73ms
View #38 - components.product-card
329.18ms
+ 1.64ms
View #39 - components.add-to-wishlist
333.39ms
+ 4.20ms
View #40 - components.product-card
334.93ms
+ 1.54ms
View #41 - components.add-to-wishlist
338.59ms
+ 3.66ms
View #42 - components.product-card
340.26ms
+ 1.67ms
View #43 - components.add-to-wishlist
343.98ms
+ 3.72ms
View #44 - components.product-card
345.57ms
+ 1.60ms
View #45 - components.add-to-wishlist
349.05ms
+ 3.48ms
View #46 - components.product-card
350.61ms
+ 1.56ms
View #47 - components.add-to-wishlist
354.93ms
+ 4.32ms
View #48 - components.product-card
356.62ms
+ 1.69ms
View #49 - components.add-to-wishlist
360.40ms
+ 3.78ms
View #50 - components.product-card
362.07ms
+ 1.67ms
View #51 - components.add-to-wishlist
366.54ms
+ 4.47ms
View #52 - components.product-card
368.24ms
+ 1.70ms
View #53 - components.add-to-wishlist
371.96ms
+ 3.72ms
View #54 - components.product-card
373.55ms
+ 1.59ms
View #55 - components.add-to-wishlist
377.30ms
+ 3.75ms
View #56 - components.product-card
379.01ms
+ 1.71ms
View #57 - components.add-to-wishlist
384.53ms
+ 5.52ms
View #58 - components.product-card
386.43ms
+ 1.90ms
View #59 - components.add-to-wishlist
391.02ms
+ 4.59ms
View #60 - components.product-card
392.83ms
+ 1.80ms
View #61 - components.add-to-wishlist
396.85ms
+ 4.03ms
View #62 - components.product-card
398.61ms
+ 1.76ms
View #63 - components.add-to-wishlist
402.92ms
+ 4.31ms
View #64 - components.product-card
404.72ms
+ 1.80ms
View #65 - components.add-to-wishlist
409.08ms
+ 4.36ms
View #66 - components.product-card
410.87ms
+ 1.79ms
View #67 - components.add-to-wishlist
415.27ms
+ 4.40ms
View #68 - components.product-card
417.10ms
+ 1.84ms
View #69 - components.add-to-wishlist
421.57ms
+ 4.47ms
View #70 - components.product-card
423.36ms
+ 1.79ms
View #71 - components.add-to-wishlist
426.99ms
+ 3.63ms
View #72 - components.product-card
428.62ms
+ 1.63ms
View #73 - components.add-to-wishlist
432.39ms
+ 3.78ms
View #74 - components.product-card
434.10ms
+ 1.71ms
View #75 - components.add-to-wishlist
437.93ms
+ 3.83ms
View #76 - components.product-card
439.66ms
+ 1.72ms
View #77 - components.add-to-wishlist
443.76ms
+ 4.11ms
View #78 - components.product-card
445.55ms
+ 1.79ms
View #79 - components.add-to-wishlist
449.26ms
+ 3.71ms
View #80 - components.product-card
450.75ms
+ 1.49ms
View #81 - components.add-to-wishlist
454.42ms
+ 3.67ms
View #82 - components.product-card
456.11ms
+ 1.68ms
View #83 - components.add-to-wishlist
460.16ms
+ 4.06ms
View #84 - components.seo-footer
462.02ms
+ 1.86ms
View #85 - components.pagination
462.34ms
+ 0.31ms
View #86 - components.button
463.17ms
+ 0.83ms
View #87 - layout.layout
464.18ms
+ 1.02ms
View #88 - layout.meta
496.30ms
+ 32.12ms
View #89 - modules.notification
633.99ms
+ 137.69ms
View #90 - modules.header
639.05ms
+ 5.06ms
View #91 - modules.menu
1,465.17ms
+ 826.12ms
View #92 - components.menu-first-level
1,465.75ms
+ 0.59ms
View #93 - components.menu-second-level
1,468.59ms
+ 2.84ms
View #94 - components.menu-pushes
1,473.42ms
+ 4.83ms
View #95 - components.menu-pushes
1,480.99ms
+ 7.57ms
View #96 - components.menu-pushes
1,486.94ms
+ 5.95ms
View #97 - components.menu-pushes
1,488.78ms
+ 1.84ms
View #98 - components.menu-pushes
1,490.01ms
+ 1.23ms
View #99 - svg.logo
1,490.81ms
+ 0.80ms
View #100 - modules.messages
1,491.97ms
+ 1.16ms
View #101 - modules.breadcrumbs
1,492.55ms
+ 0.58ms
View #102 - modules.footer
1,492.81ms
+ 0.26ms
View #103 - components.reinsurance-support
1,493.20ms
+ 0.39ms
View #104 - components.field
1,493.72ms
+ 0.51ms
View #105 - components.csrf-field
1,494.02ms
+ 0.30ms
View #106 - components.button
1,494.20ms
+ 0.18ms
View #107 - components.footer-links
1,494.50ms
+ 0.29ms
View #108 - modules.panel
1,496.99ms
+ 2.49ms
View #109 - modules.popin
1,497.16ms
+ 0.17ms
View #110 - modules.blueshift-popin
1,497.34ms
+ 0.18ms
View #111 - modules.search-panel
1,498.27ms
+ 0.93ms
View #112 - catalog.search-form
1,498.58ms
+ 0.31ms
View #113 - components.field
1,498.97ms
+ 0.39ms
View #114 - modules.toaster
1,499.75ms
+ 0.78ms
View #115 - layout.overlay
1,499.90ms
+ 0.15ms
View #116 - modules.webstore-switcher
1,502.03ms
+ 2.13ms
View #117 - components.close-button
1,502.44ms
+ 0.41ms
View #118 - components.native-select
1,502.97ms
+ 0.53ms
View #119 - components.native-select
1,503.60ms
+ 0.62ms
View #120 - components.button
1,503.87ms
+ 0.27ms
View #121 - components.button
1,504.17ms
+ 0.30ms
View #122 - helpers.grid
1,504.53ms
+ 0.36ms
View #123 - modules.loading-bar
1,504.69ms
+ 0.15ms
View #124 - 3rdparties.didomi
1,528.93ms
+ 24.25ms
View #125 - 3rdparties.gtm
1,529.26ms
+ 0.32ms
View #126 - 3rdparties.abtasty.main
1,529.46ms
+ 0.20ms
View #127 - 3rdparties.abtasty.tracking
1,529.60ms
+ 0.14ms
View #128 - 3rdparties.blueshift
1,529.85ms
+ 0.25ms
View #129 - 3rdparties.sizebay.main
1,530.27ms
+ 0.42ms
View #130 - 3rdparties.sizebay.tracking
1,530.48ms
+ 0.21ms
View #131 - 3rdparties.gsi
1,530.70ms
+ 0.23ms
View #132 - 3rdparties.applepay
1,530.83ms
+ 0.12ms
View #133 - 3rdparties.alma
1,531.06ms
+ 0.24ms
View #134 - path: /var/www/html/laravel/profiling/template.blade.php
1,532.52ms
+ 1.46ms
... 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=bc9fd9721375ba631acd8b2693e8977caaddeb0d%2Bpr7dvR1r2rZeweZvnmgRmuLfpTgtauir7z1jzWJq
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) 33298
REDIRECT_URL string(32) /fr/m-chemise-coloree-homme.html
REDIRECT_QUERY_STRING string(32) /fr/m-chemise-coloree-homme.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-chemise-coloree-homme.html
REQUEST_URI string(32) /fr/m-chemise-coloree-homme.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784151712.825
REQUEST_TIME int 1784151712
HTTPS string(2) on
... array(2)
csrf_token string(40) G5L4KosuJGSbc1hz5oFutypFesr0xgAsEdOFREOv
cart string(12) Order object