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

Filtres

Famille de produits

Couleur

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.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.50ms
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.20ms
SELECT * FROM `languages`
0.42ms
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.59ms
SELECT * FROM `config`
0.86ms
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` = '5') AND `slug` = '30' LIMIT 1
0.47ms
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` = '74' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.47ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '116' AND `webstore_id` = '1' ORDER BY `position` ASC
0.42ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.18ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.32ms
SELECT * FROM `categories_links` WHERE `category_id` = '74' ORDER BY `position` ASC
90.45ms
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` = 74 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
7.18ms
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` = 74 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
5.18ms
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` = 74 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
92.25ms
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` = 74 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 158
0.11ms
SELECT FOUND_ROWS()
1.10ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5520', '5538', '5444', '5858', '5724', '5166', '435', '5694', '5508', '4811', '5599', '5731', '4534', '5948', '5366', '5532', '5496', '5876', '5467', '5365', '4990', '5942', '5705', '5792', '5892', '5569', '5533', '5233', '4978', '5526', '5489', '5476') ORDER BY `webstore_id` ASC
1.05ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5520', '5538', '5444', '5858', '5724', '5166', '435', '5694', '5508', '4811', '5599', '5731', '4534', '5948', '5366', '5532', '5496', '5876', '5467', '5365', '4990', '5942', '5705', '5792', '5892', '5569', '5533', '5233', '4978', '5526', '5489', '5476') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '8', '5', '15', '9', '12', '4', '7') ORDER BY `singular` ASC
0.42ms
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', '9', '18', '29', '31', '33', '23', '44', '20', '21', '36') ORDER BY `singular` ASC
0.51ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('64', '51', '39', '13', '55', '42', '75', '52', '40', '31', '26', '50', '32', '25', '74') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.17ms
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 ('5520', '5538', '5444', '5858', '5724', '5166', '435', '5694', '5508', '4811', '5599', '5731', '4534', '5948', '5366', '5532', '5496', '5876', '5467', '5365', '4990', '5942', '5705', '5792', '5892', '5569', '5533', '5233', '4978', '5526', '5489', '5476') ORDER BY `name` ASC
0.88ms
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 ('5520', '5538', '5444', '5858', '5724', '5166', '435', '5694', '5508', '4811', '5599', '5731', '4534', '5948', '5366', '5532', '5496', '5876', '5467', '5365', '4990', '5942', '5705', '5792', '5892', '5569', '5533', '5233', '4978', '5526', '5489', '5476') ORDER BY `name` ASC
1.53ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5520', '5538', '5444', '5858', '5724', '5166', '435', '5694', '5508', '4811', '5599', '5731', '4534', '5948', '5366', '5532', '5496', '5876', '5467', '5365', '4990', '5942', '5705', '5792', '5892', '5569', '5533', '5233', '4978', '5526', '5489', '5476') ORDER BY `position` ASC
3.18ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28473', '29390', '28519', '27545', '27308', '27538', '29026', '24842', '23983', '29091', '29396', '27558', '27544', '6633', '27519', '28303', '25781', '27520', '28304', '28474', '24840', '27705', '22752', '24838', '27411', '26046', '28369', '27274', '27375', '27521', '24899', '28305', '29170', '28475', '27374', '27522', '24898', '28306', '29169', '28476', '27704', '22751', '24837', '27410', '26045', '28368', '27273', '22750', '24836', '27409', '26044', '28367', '27272', '27373', '27523', '24897', '28307', '29168', '28477', '27703', '24900', '29171', '28478', '27706', '22753', '27435', '24839', '27412', '26047', '28370', '27275', '27376', '27524', '27436', '24841', '26048', '28308', '27413', '28371', '27525', '24901', '29172', '28479', '27707', '22754', '27437', '24834', '28309', '28366', '27526', '28310', '27438', '24835', '27439', '27148', '27149', '27150', '27151', '27152', '27153', '27154', '27155', '27842', '26669', '28749', '26674', '26668', '28748', '26673', '27841', '27840', '26667', '28747', '26672', '26675', '27843', '26670', '28750', '26671', '26676')
0.57ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '121', '142', '140', '194', '44', '122', '4', '45', '94', '95', '7', '46', '96', '10', '47', '97', '13', '48', '98', '16', '19', '124', '49', '22', '185', '50', '51', '25', '193', '28', '63', '65', '67', '69', '71', '73', '75', '77', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.51ms
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 ('5520', '5538', '5444', '5858', '5724', '5166', '435', '5694', '5508', '4811', '5599', '5731', '4534', '5948', '5366', '5532', '5496', '5876', '5467', '5365', '4990', '5942', '5705', '5792', '5892', '5569', '5533', '5233', '4978', '5526', '5489', '5476') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.37ms
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 ('5520', '5538', '5444', '5858', '5724', '5166', '435', '5694', '5508', '4811', '5599', '5731', '4534', '5948', '5366', '5532', '5496', '5876', '5467', '5365', '4990', '5942', '5705', '5792', '5892', '5569', '5533', '5233', '4978', '5526', '5489', '5476') GROUP BY `articles`.`id`
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
147.78ms
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.74ms
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.34ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
223.60ms
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.65ms
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
2.55ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8174) ASC LIMIT 3
6.51ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8174) ASC LIMIT 3
0.35ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
0.64ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.73ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.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` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-07-19 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
Name Running Time (ms) Difference
default_timer
1,051.90ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
783.31ms
+ 783.31ms
View #2 - components.page-header
796.98ms
+ 13.66ms
View #3 - components.button
809.12ms
+ 12.15ms
View #4 - components.button
809.48ms
+ 0.36ms
View #5 - components.facets
809.66ms
+ 0.18ms
View #6 - components.filters
810.16ms
+ 0.51ms
View #7 - components.close-button
810.50ms
+ 0.33ms
View #8 - components.accordion.wrapper
810.73ms
+ 0.23ms
View #9 - components.accordion.bodies.filters.list
810.75ms
+ 0.03ms
View #10 - components.accordion.wrapper
811.99ms
+ 1.24ms
View #11 - components.accordion.bodies.filters.colors
812.02ms
+ 0.03ms
View #12 - components.accordion.wrapper
812.52ms
+ 0.49ms
View #13 - components.accordion.bodies.filters.list
812.55ms
+ 0.04ms
View #14 - components.button
812.78ms
+ 0.22ms
View #15 - components.button
813.03ms
+ 0.25ms
View #16 - components.button
813.22ms
+ 0.19ms
View #17 - components.button
813.38ms
+ 0.17ms
View #18 - components.pagination
813.57ms
+ 0.19ms
View #19 - components.button
813.76ms
+ 0.19ms
View #20 - catalog.partials.products-listing
813.94ms
+ 0.19ms
View #21 - components.product-card
814.12ms
+ 0.18ms
View #22 - components.add-to-wishlist
843.19ms
+ 29.07ms
View #23 - components.product-card
844.72ms
+ 1.52ms
View #24 - components.add-to-wishlist
846.60ms
+ 1.88ms
View #25 - components.product-card
847.85ms
+ 1.25ms
View #26 - components.add-to-wishlist
850.73ms
+ 2.88ms
View #27 - components.product-card
852.07ms
+ 1.35ms
View #28 - components.add-to-wishlist
854.03ms
+ 1.96ms
View #29 - components.product-card
855.25ms
+ 1.22ms
View #30 - components.add-to-wishlist
858.17ms
+ 2.92ms
View #31 - components.product-card
859.53ms
+ 1.36ms
View #32 - components.add-to-wishlist
861.51ms
+ 1.98ms
View #33 - components.product-card
862.94ms
+ 1.43ms
View #34 - components.add-to-wishlist
864.81ms
+ 1.86ms
View #35 - components.product-card
866.05ms
+ 1.24ms
View #36 - components.add-to-wishlist
868.76ms
+ 2.72ms
View #37 - components.product-card
870.04ms
+ 1.28ms
View #38 - components.add-to-wishlist
872.54ms
+ 2.49ms
View #39 - components.product-card
873.83ms
+ 1.30ms
View #40 - components.add-to-wishlist
875.62ms
+ 1.79ms
View #41 - components.product-card
876.99ms
+ 1.37ms
View #42 - components.add-to-wishlist
879.66ms
+ 2.67ms
View #43 - components.product-card
880.95ms
+ 1.29ms
View #44 - components.add-to-wishlist
882.84ms
+ 1.88ms
View #45 - components.product-card
884.06ms
+ 1.22ms
View #46 - components.add-to-wishlist
886.88ms
+ 2.82ms
View #47 - components.product-card
888.16ms
+ 1.28ms
View #48 - components.add-to-wishlist
890.06ms
+ 1.90ms
View #49 - components.product-card
897.02ms
+ 6.97ms
View #50 - components.add-to-wishlist
899.65ms
+ 2.62ms
View #51 - components.product-card
901.00ms
+ 1.35ms
View #52 - components.add-to-wishlist
903.12ms
+ 2.12ms
View #53 - components.product-card
904.40ms
+ 1.29ms
View #54 - components.add-to-wishlist
906.84ms
+ 2.44ms
View #55 - components.product-card
908.14ms
+ 1.30ms
View #56 - components.add-to-wishlist
910.09ms
+ 1.95ms
View #57 - components.product-card
911.34ms
+ 1.24ms
View #58 - components.add-to-wishlist
913.70ms
+ 2.37ms
View #59 - components.product-card
914.91ms
+ 1.20ms
View #60 - components.add-to-wishlist
917.31ms
+ 2.40ms
View #61 - components.product-card
918.62ms
+ 1.31ms
View #62 - components.add-to-wishlist
920.90ms
+ 2.28ms
View #63 - components.product-card
922.25ms
+ 1.35ms
View #64 - components.add-to-wishlist
924.06ms
+ 1.81ms
View #65 - components.product-card
925.35ms
+ 1.29ms
View #66 - components.add-to-wishlist
927.72ms
+ 2.37ms
View #67 - components.product-card
928.97ms
+ 1.26ms
View #68 - components.add-to-wishlist
931.28ms
+ 2.31ms
View #69 - components.product-card
932.53ms
+ 1.25ms
View #70 - components.add-to-wishlist
934.89ms
+ 2.36ms
View #71 - components.product-card
936.01ms
+ 1.13ms
View #72 - components.add-to-wishlist
938.43ms
+ 2.42ms
View #73 - components.product-card
939.65ms
+ 1.21ms
View #74 - components.add-to-wishlist
941.44ms
+ 1.80ms
View #75 - components.product-card
942.70ms
+ 1.25ms
View #76 - components.add-to-wishlist
945.02ms
+ 2.32ms
View #77 - components.product-card
946.22ms
+ 1.20ms
View #78 - components.add-to-wishlist
949.15ms
+ 2.93ms
View #79 - components.product-card
950.35ms
+ 1.20ms
View #80 - components.add-to-wishlist
952.20ms
+ 1.84ms
View #81 - components.product-card
953.43ms
+ 1.24ms
View #82 - components.add-to-wishlist
955.66ms
+ 2.22ms
View #83 - components.product-card
956.81ms
+ 1.15ms
View #84 - components.add-to-wishlist
958.76ms
+ 1.95ms
View #85 - components.pagination
959.99ms
+ 1.22ms
View #86 - components.button
960.26ms
+ 0.27ms
View #87 - components.recently-viewed
960.49ms
+ 0.23ms
View #88 - components.product-related
966.41ms
+ 5.93ms
View #89 - components.seo-footer
966.68ms
+ 0.26ms
View #90 - components.facets
967.34ms
+ 0.66ms
View #91 - modules.seo-links
967.52ms
+ 0.19ms
View #92 - components.button
967.85ms
+ 0.32ms
View #93 - components.button
968.16ms
+ 0.32ms
View #94 - components.button
968.46ms
+ 0.30ms
View #95 - layout.layout
968.70ms
+ 0.24ms
View #96 - layout.meta
969.28ms
+ 0.58ms
View #97 - modules.notification
1,005.32ms
+ 36.04ms
View #98 - modules.header
1,005.92ms
+ 0.60ms
View #99 - modules.menu
1,006.43ms
+ 0.51ms
View #100 - components.menu-first-level
1,006.80ms
+ 0.37ms
View #101 - components.menu-second-level
1,008.66ms
+ 1.86ms
View #102 - components.menu-pushes
1,013.62ms
+ 4.96ms
View #103 - components.menu-pushes
1,018.61ms
+ 4.99ms
View #104 - components.menu-pushes
1,022.07ms
+ 3.46ms
View #105 - components.menu-pushes
1,025.36ms
+ 3.29ms
View #106 - components.menu-pushes
1,026.48ms
+ 1.12ms
View #107 - components.menu-pushes
1,027.43ms
+ 0.95ms
View #108 - svg.logo
1,028.00ms
+ 0.57ms
View #109 - modules.messages
1,028.56ms
+ 0.56ms
View #110 - modules.breadcrumbs
1,028.98ms
+ 0.42ms
View #111 - modules.footer
1,029.20ms
+ 0.22ms
View #112 - components.reinsurance-support
1,029.47ms
+ 0.27ms
View #113 - components.field
1,029.80ms
+ 0.34ms
View #114 - components.csrf-field
1,030.01ms
+ 0.20ms
View #115 - components.button
1,030.13ms
+ 0.13ms
View #116 - components.footer-links
1,030.35ms
+ 0.22ms
View #117 - modules.panel
1,032.40ms
+ 2.05ms
View #118 - modules.popin
1,032.54ms
+ 0.14ms
View #119 - modules.blueshift-popin
1,032.65ms
+ 0.12ms
View #120 - modules.search-panel
1,033.26ms
+ 0.61ms
View #121 - catalog.search-form
1,033.50ms
+ 0.23ms
View #122 - components.field
1,033.77ms
+ 0.27ms
View #123 - modules.toaster
1,034.57ms
+ 0.80ms
View #124 - layout.overlay
1,034.68ms
+ 0.11ms
View #125 - modules.webstore-switcher
1,035.89ms
+ 1.21ms
View #126 - components.close-button
1,036.14ms
+ 0.26ms
View #127 - components.native-select
1,036.42ms
+ 0.28ms
View #128 - components.native-select
1,036.74ms
+ 0.31ms
View #129 - components.button
1,036.90ms
+ 0.16ms
View #130 - components.button
1,037.18ms
+ 0.29ms
View #131 - helpers.grid
1,037.44ms
+ 0.26ms
View #132 - modules.loading-bar
1,037.55ms
+ 0.12ms
View #133 - 3rdparties.didomi
1,049.21ms
+ 11.66ms
View #134 - 3rdparties.gtm
1,049.40ms
+ 0.19ms
View #135 - 3rdparties.abtasty.main
1,049.50ms
+ 0.11ms
View #136 - 3rdparties.abtasty.tracking
1,049.60ms
+ 0.09ms
View #137 - 3rdparties.blueshift
1,049.77ms
+ 0.17ms
View #138 - 3rdparties.sizebay.main
1,050.07ms
+ 0.31ms
View #139 - 3rdparties.sizebay.tracking
1,050.22ms
+ 0.15ms
View #140 - 3rdparties.gsi
1,050.37ms
+ 0.15ms
View #141 - 3rdparties.applepay
1,050.46ms
+ 0.08ms
View #142 - 3rdparties.alma
1,050.65ms
+ 0.19ms
View #143 - path: /var/www/html/laravel/profiling/template.blade.php
1,051.95ms
+ 1.30ms
... 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=4b3dc5ba0b08e81eb85fbb7012f8d33b4b34a930%2ByToksDgPvMKYjltg1rVOEZE33qyC8Fh2z9DGShb1
HTTP_X_FORWARDED_FOR string(14) 216.73.216.246
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) d4a5775be070
HTTP_X_REAL_IP string(14) 216.73.216.246
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.2
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) 52936
REDIRECT_URL string(13) /fr/s-30.html
REDIRECT_QUERY_STRING string(20) /fr/s-30.html&page=6
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(20) /fr/s-30.html&page=6
REQUEST_URI string(20) /fr/s-30.html?page=6
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1787077568.392
REQUEST_TIME int 1787077568
HTTPS string(2) on
... array(3)
csrf_token string(40) 5wL9iZgXY1kCBwVZ6Wq3IQjfsTvB8z5cNBi1hnKc
last_category string(15) stdClass object
cart string(12) Order object