--}} ?>
#1 Travel light! With over 300 trips a year, I’m almost always on the move. I optimize space to the maximum in a carry-on suitcase to save time.
#2 I always have a tuxedo in my suitcase, which I wear with either a bow tie or an open shirt, depending on the event.
#3 I always keep the plastic covers from the dry cleaners to transport my suits, in addition to a garment bag.
#4 I usually stick to navy and white for the essentials that complete my suitcase.
#5 I never travel without my sports gear! It’s essential to stay in shape on the road! And of course, my cello!
Suggestions
You are currently browsing the FURSAC France online shop in English. To change your country of delivery or language, make your choice from the list below.
| Time | Query |
|---|---|
| 2.84ms |
SELECT * FROM `webstores` ORDER BY `position` ASC |
| 4.95ms |
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
|
| 0.43ms |
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
|
| 0.90ms |
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.68ms |
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')
|
| 1.26ms |
SELECT * FROM `languages` |
| 1.93ms |
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1 |
| 2.47ms |
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1 |
| 5.53ms |
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1 |
| 1.23ms |
SELECT * FROM `config` |
| 0.52ms |
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.79ms |
SELECT * FROM `editorial_articles` WHERE `section` = 'style-guide' AND `slug_en` = 'tidy-inside-gautier-capucon-suitcase' LIMIT 1 |
| 6.58ms |
SELECT * FROM `editorial_articles` WHERE `id` = '53' LIMIT 1 |
| 0.89ms |
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('53') ORDER BY `position` ASC
|
| 0.68ms |
SELECT * FROM `editorial_blocks_pictures` WHERE `block_id` IN ('431', '432', '433') ORDER BY `position` ASC
|
| 0.75ms |
SELECT * FROM `collections` WHERE `collections`.`id` IN ('0') ORDER BY `season` DESC
|
| 3.22ms |
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 ('431', '432', '433') ORDER BY ISNULL(pos) ASC, `pos` ASC
|
| 15.82ms |
SELECT * FROM `editorial_articles` WHERE `section` = 'style-guide' AND `id` <> '53' AND `is_enabled` = '1' AND `position` >= LEAST('32'-3, (SELECT MAX(position) FROM editorial_articles WHERE section = 'style-guide') - '32' -1) AND `position` <= '35' ORDER BY `position` ASC LIMIT 6
|
| 0.37ms |
SELECT * FROM `editorial_tags` WHERE `editorial_tags`.`id` IN ('0') ORDER BY `position` ASC
|
| 1.50ms |
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('54', '43', '48', '56', '57', '58') ORDER BY `position` ASC
|
| 0.82ms |
SELECT `code`, `taxes` FROM `countries` |
| 1.26ms |
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1 |
| 0.56ms |
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
|
| 4.78ms |
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
|
| 0.42ms |
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
|
| 2.78ms |
SELECT `products_types`.*, `gifts_products_types`.`id` AS `pivot_id`, `gifts_products_types`.`gift_id` AS `pivot_gift_id`, `gifts_products_types`.`type_id` AS `pivot_type_id`, `gifts_products_types`.`min_qty` AS `pivot_min_qty` FROM `products_types` INNER JOIN `gifts_products_types` ON `products_types`.`id` = `gifts_products_types`.`type_id` WHERE `gifts_products_types`.`gift_id` IN ('1')
|
| 1.26ms |
SELECT * FROM `editorial_articles` WHERE `section` = 'style-guide' AND `is_enabled` = '1' AND `id` NOT IN ('53') ORDER BY `created_at` DESC LIMIT 8
|
| 0.54ms |
SELECT * FROM `editorial_tags` WHERE `editorial_tags`.`id` IN ('0') ORDER BY `position` ASC
|
| 2.60ms |
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('122', '120', '119', '118', '117', '116', '115', '114') ORDER BY `position` ASC
|
| 1.66ms |
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1 |
| 4.96ms |
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1 |
| 1,337.95ms |
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.03ms |
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.46ms |
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1 |
| 1,659.40ms |
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.93ms |
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 | 3,461.86ms (time from start to render) |
|
Controller entry |
0.00ms |
+ 0.00ms |
View #1 - editorial.article |
156.48ms |
+ 156.48ms |
View #2 - editorial.partials.subnav |
157.64ms |
+ 1.16ms |
View #3 - editorial.partials.block-text |
159.45ms |
+ 1.80ms |
View #4 - editorial.partials.block-image |
159.87ms |
+ 0.43ms |
View #5 - editorial.partials.block-text |
161.24ms |
+ 1.37ms |
View #6 - editorial.partials.related-content |
195.30ms |
+ 34.05ms |
View #7 - components.button |
196.41ms |
+ 1.11ms |
View #8 - components.button |
197.24ms |
+ 0.83ms |
View #9 - components.button |
197.93ms |
+ 0.68ms |
View #10 - components.button |
198.64ms |
+ 0.72ms |
View #11 - components.button |
199.33ms |
+ 0.69ms |
View #12 - components.button |
200.17ms |
+ 0.84ms |
View #13 - components.button |
200.98ms |
+ 0.81ms |
View #14 - components.button |
201.78ms |
+ 0.80ms |
View #15 - layout.layout |
203.17ms |
+ 1.39ms |
View #16 - layout.meta |
204.46ms |
+ 1.29ms |
View #17 - modules.notification |
213.23ms |
+ 8.77ms |
View #18 - modules.header |
214.15ms |
+ 0.92ms |
View #19 - modules.menu |
3,367.94ms |
+ 3,153.78ms |
View #20 - components.menu-first-level |
3,368.65ms |
+ 0.72ms |
View #21 - components.menu-second-level |
3,377.03ms |
+ 8.38ms |
View #22 - components.menu-pushes |
3,391.23ms |
+ 14.20ms |
View #23 - components.menu-pushes |
3,399.73ms |
+ 8.50ms |
View #24 - components.menu-pushes |
3,411.29ms |
+ 11.56ms |
View #25 - components.menu-pushes |
3,419.06ms |
+ 7.78ms |
View #26 - components.menu-pushes |
3,421.19ms |
+ 2.12ms |
View #27 - components.menu-pushes |
3,424.40ms |
+ 3.21ms |
View #28 - svg.logo |
3,425.58ms |
+ 1.18ms |
View #29 - modules.messages |
3,428.04ms |
+ 2.46ms |
View #30 - modules.breadcrumbs |
3,428.53ms |
+ 0.49ms |
View #31 - modules.footer |
3,428.82ms |
+ 0.29ms |
View #32 - components.reinsurance-support |
3,429.24ms |
+ 0.42ms |
View #33 - components.field |
3,430.98ms |
+ 1.74ms |
View #34 - components.csrf-field |
3,431.42ms |
+ 0.43ms |
View #35 - components.button |
3,431.61ms |
+ 0.19ms |
View #36 - components.footer-links |
3,432.00ms |
+ 0.40ms |
View #37 - modules.panel |
3,435.73ms |
+ 3.73ms |
View #38 - modules.popin |
3,435.97ms |
+ 0.24ms |
View #39 - modules.blueshift-popin |
3,436.24ms |
+ 0.27ms |
View #40 - modules.search-panel |
3,437.24ms |
+ 1.00ms |
View #41 - catalog.search-form |
3,437.58ms |
+ 0.35ms |
View #42 - components.field |
3,438.06ms |
+ 0.48ms |
View #43 - modules.toaster |
3,439.18ms |
+ 1.12ms |
View #44 - layout.overlay |
3,439.36ms |
+ 0.18ms |
View #45 - modules.webstore-switcher |
3,445.59ms |
+ 6.23ms |
View #46 - components.close-button |
3,446.35ms |
+ 0.76ms |
View #47 - components.native-select |
3,447.50ms |
+ 1.15ms |
View #48 - components.native-select |
3,448.66ms |
+ 1.16ms |
View #49 - components.button |
3,448.97ms |
+ 0.31ms |
View #50 - components.button |
3,449.67ms |
+ 0.70ms |
View #51 - helpers.grid |
3,450.03ms |
+ 0.35ms |
View #52 - modules.loading-bar |
3,450.21ms |
+ 0.19ms |
View #53 - 3rdparties.didomi |
3,451.37ms |
+ 1.15ms |
View #54 - 3rdparties.gtm |
3,451.73ms |
+ 0.36ms |
View #55 - 3rdparties.abtasty.main |
3,452.08ms |
+ 0.36ms |
View #56 - 3rdparties.abtasty.tracking |
3,452.41ms |
+ 0.33ms |
View #57 - 3rdparties.blueshift |
3,452.78ms |
+ 0.37ms |
View #58 - 3rdparties.sizebay.main |
3,453.26ms |
+ 0.48ms |
View #59 - 3rdparties.sizebay.tracking |
3,453.53ms |
+ 0.27ms |
View #60 - 3rdparties.gsi |
3,453.83ms |
+ 0.30ms |
View #61 - 3rdparties.applepay |
3,453.98ms |
+ 0.15ms |
View #62 - 3rdparties.alma |
3,454.29ms |
+ 0.31ms |
View #63 - path: /var/www/html/laravel/profiling/template.blade.php |
3,461.96ms |
+ 7.67ms |