Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.
Les tables rondes iconiques des cafés parisiens. 
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24​
Par Goldie Williams.
Les Grands Boulevards sont depuis des décennies l'endroit incontournable pour voir et être vu. Le centre énergétique de Paris, où la mode est un art de vivre. Confortablement installés aux emblématiques tables rondes des cafés parisiens ou flânant dans les rues ensoleillées de la ville lumière, profitons enfin de l'été qui s'installe - toujours avec style.
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24 - Costume homme et vêtements Fursac
Paris - Août '24 - Costume homme et vêtements Fursac
01
Paris - Août '24 - Costume homme et vêtements Fursac
02
Paris - Août '24 - Costume homme et vêtements Fursac
03
Paris - Août '24 - Costume homme et vêtements Fursac
04
Paris - Août '24 - Costume homme et vêtements Fursac
05
Paris - Août '24 - Costume homme et vêtements Fursac
06
Paris - Août '24 - Costume homme et vêtements Fursac
07
Paris - Août '24 - Costume homme et vêtements Fursac
08
Paris - Août '24 - Costume homme et vêtements Fursac
09
Paris - Août '24 - Costume homme et vêtements Fursac
10
Retrouvez l'actualité Fursac sur Instagram et Tik tok
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.34ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.32ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.55ms
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.41ms
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.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.91ms
SELECT * FROM `config`
0.32ms
SELECT `editorial_tags`.* FROM `editorial_tags` INNER JOIN `editorial_articles` ON `editorial_articles`.`tag_id` = `editorial_tags`.`id` GROUP BY `editorial_tags`.`id` ORDER BY `editorial_tags`.`position` ASC
0.45ms
SELECT * FROM `editorial_articles` WHERE `section` = 'journal' AND `slug` = 'summer-story-24' LIMIT 1
0.24ms
SELECT * FROM `editorial_articles` WHERE `id` = '42' LIMIT 1
0.39ms
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('42') ORDER BY `position` ASC
0.35ms
SELECT * FROM `editorial_blocks_pictures` WHERE `block_id` IN ('380', '381', '382', '383', '384', '385') ORDER BY `position` ASC
0.20ms
SELECT * FROM `collections` WHERE `collections`.`id` IN ('0') ORDER BY `season` DESC
0.39ms
SELECT `products`.*, `editorial_blocks_products`.`id` AS `pivot_id`, `editorial_blocks_products`.`block_id` AS `pivot_block_id`, `editorial_blocks_products`.`product_id` AS `pivot_product_id`, `editorial_blocks_products`.`pos` AS `pivot_pos` FROM `products` INNER JOIN `editorial_blocks_products` ON `products`.`id` = `editorial_blocks_products`.`product_id` WHERE `editorial_blocks_products`.`block_id` IN ('380', '381', '382', '383', '384', '385') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.65ms
SELECT * FROM `editorial_articles` WHERE `section` = 'journal' AND `id` <> '42' AND `is_enabled` = '1' AND `position` >= LEAST('16'-3, (SELECT MAX(position) FROM editorial_articles WHERE section = 'journal') - '16' -1) AND `position` <= '19' ORDER BY `position` ASC LIMIT 6
0.17ms
SELECT * FROM `editorial_tags` WHERE `editorial_tags`.`id` IN ('0') ORDER BY `position` ASC
0.64ms
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('64', '63', '41', '40', '39', '37') ORDER BY `position` ASC
0.91ms
SELECT * FROM `editorial_articles` WHERE `section` = 'journal' AND `is_enabled` = '1' AND `id` NOT IN ('42') ORDER BY `created_at` DESC LIMIT 8
0.23ms
SELECT * FROM `editorial_tags` WHERE `editorial_tags`.`id` IN ('0') ORDER BY `position` ASC
0.95ms
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('123', '121', '90', '87', '84', '77', '76', '75') ORDER BY `position` ASC
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
158.90ms
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.67ms
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
0.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
166.71ms
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.55ms
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
475.26ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - editorial.article
43.30ms
+ 43.30ms
View #2 - editorial.partials.subnav
44.37ms
+ 1.07ms
View #3 - editorial.partials.block-text
46.09ms
+ 1.71ms
View #4 - editorial.partials.block-image
46.33ms
+ 0.24ms
View #5 - editorial.partials.block-text
47.50ms
+ 1.17ms
View #6 - editorial.partials.block-text
47.71ms
+ 0.20ms
View #7 - editorial.partials.block-gallery
47.89ms
+ 0.19ms
View #8 - editorial.partials.image-zoom
48.13ms
+ 0.24ms
View #9 - components.close-button
48.40ms
+ 0.27ms
View #10 - editorial.partials.block-text
51.82ms
+ 3.42ms
View #11 - editorial.partials.related-content
66.10ms
+ 14.28ms
View #12 - components.button
67.06ms
+ 0.96ms
View #13 - components.button
67.79ms
+ 0.73ms
View #14 - components.button
68.55ms
+ 0.76ms
View #15 - components.button
69.20ms
+ 0.65ms
View #16 - components.button
69.83ms
+ 0.63ms
View #17 - components.button
70.64ms
+ 0.81ms
View #18 - components.button
71.37ms
+ 0.73ms
View #19 - components.button
72.00ms
+ 0.63ms
View #20 - layout.layout
72.30ms
+ 0.30ms
View #21 - layout.meta
73.47ms
+ 1.17ms
View #22 - modules.notification
76.23ms
+ 2.76ms
View #23 - modules.header
76.96ms
+ 0.73ms
View #24 - modules.menu
446.89ms
+ 369.92ms
View #25 - components.menu-first-level
447.36ms
+ 0.48ms
View #26 - components.menu-second-level
449.08ms
+ 1.71ms
View #27 - components.menu-pushes
451.79ms
+ 2.72ms
View #28 - components.menu-pushes
456.06ms
+ 4.27ms
View #29 - components.menu-pushes
460.41ms
+ 4.35ms
View #30 - components.menu-pushes
461.33ms
+ 0.92ms
View #31 - components.menu-pushes
462.22ms
+ 0.90ms
View #32 - svg.logo
462.83ms
+ 0.61ms
View #33 - modules.messages
463.56ms
+ 0.73ms
View #34 - modules.breadcrumbs
463.83ms
+ 0.27ms
View #35 - modules.footer
464.01ms
+ 0.18ms
View #36 - components.reinsurance-support
464.26ms
+ 0.25ms
View #37 - components.field
465.31ms
+ 1.05ms
View #38 - components.csrf-field
465.56ms
+ 0.25ms
View #39 - components.button
465.73ms
+ 0.16ms
View #40 - components.footer-links
465.96ms
+ 0.24ms
View #41 - modules.panel
467.63ms
+ 1.67ms
View #42 - modules.popin
467.80ms
+ 0.17ms
View #43 - modules.blueshift-popin
467.91ms
+ 0.11ms
View #44 - modules.search-panel
468.67ms
+ 0.75ms
View #45 - catalog.search-form
468.93ms
+ 0.27ms
View #46 - components.field
469.37ms
+ 0.44ms
View #47 - modules.toaster
469.86ms
+ 0.48ms
View #48 - layout.overlay
469.97ms
+ 0.11ms
View #49 - modules.webstore-switcher
471.30ms
+ 1.33ms
View #50 - components.close-button
471.55ms
+ 0.26ms
View #51 - components.native-select
471.85ms
+ 0.30ms
View #52 - components.native-select
472.20ms
+ 0.35ms
View #53 - components.button
472.37ms
+ 0.17ms
View #54 - components.button
472.58ms
+ 0.21ms
View #55 - helpers.grid
472.77ms
+ 0.19ms
View #56 - modules.loading-bar
472.88ms
+ 0.10ms
View #57 - 3rdparties.didomi
473.13ms
+ 0.25ms
View #58 - 3rdparties.gtm
473.23ms
+ 0.11ms
View #59 - 3rdparties.abtasty.main
473.33ms
+ 0.09ms
View #60 - 3rdparties.abtasty.tracking
473.42ms
+ 0.09ms
View #61 - 3rdparties.blueshift
473.58ms
+ 0.16ms
View #62 - 3rdparties.sizebay.main
473.85ms
+ 0.27ms
View #63 - 3rdparties.sizebay.tracking
473.99ms
+ 0.14ms
View #64 - 3rdparties.gsi
474.15ms
+ 0.16ms
View #65 - 3rdparties.applepay
474.22ms
+ 0.07ms
View #66 - 3rdparties.alma
474.38ms
+ 0.16ms
View #67 - path: /var/www/html/laravel/profiling/template.blade.php
475.29ms
+ 0.90ms
... 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=9cb607e10c8e01ca245943144d60c1bf780b653d%2Btli5RdsHIDhUQIb0XmvK6GPnjWexrdJDlIAKUwV9
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) 56864
REDIRECT_URL string(32) /fr/journal/summer-story-24.html
REDIRECT_QUERY_STRING string(32) /fr/journal/summer-story-24.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/journal/summer-story-24.html
REQUEST_URI string(32) /fr/journal/summer-story-24.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784151024.475
REQUEST_TIME int 1784151024
HTTPS string(2) on
... array(3)
csrf_token string(40) KDdgbwVELhyQ4uZkF1JEJi6yv4GF9AxlrIfiU9C9
last_category string(15) stdClass object
cart string(12) Order object