ADVERTISEMENT

Defeated Medvedev tires of 'clay in mouth', backs Seyboth Wild for top 30

Published May 31, 2023 02:33 am
PARIS (AFP) -- Daniil Medvedev backed 172nd-ranked Thiago Seyboth Wild to break the top 30 by the end of the year after suffering a shock French Open first round exit at the hands of the Brazilian on Tuesday, May 30. *Russia's Daniil Medvedev reacts during his match against Brazil's Thiago Seyboth Wild during their men's singles match on day three of the Roland-Garros Open tennis tournament at the Court Philippe-Chatrier in Paris on Tuesday, May 30. (AFP)*


As far as the mercurial Russian is concerned, he was just happy to turn his back on another roller-coaster clay court season. "Every time it finishes I'm happy," said the world number two after losing to Seyboth Wild, who came through the qualifiers and had never previously won a Grand Slam match, 7-6 (7/5), 6-7 (6/8), 2-6, 6-3, 6-4. It was Medvedev's fifth loss in the opening round at Roland Garros in seven appearances. "I had a mouthful of clay since probably third game of the match, and I don't like it. I don't know if people like to eat clay, to have clay in their bags, in their shoes, the socks, white socks, you can throw them to garbage after clay season.  "Maybe some people like it. I don't. I am happy to have it finished," added Medvedev, who arrived in Paris buoyed by winning his first ever clay court title at the prestigious Italian Open last week for his fifth trophy of 2023. Seyboth Wild, 23, unleashed 69 winners past the Russian. Had he not squandered two set points in the second set, he could have wrapped up the match sooner than the four hours and 15 minutes it took for the tie to play out. "I was cramping in the second set and couldn't really serve the way I wanted," said the Brazilian, without a win on the main tour since February 2022 until Tuesday. Seyboth Wild had only previously played one match at the Slams at the US Open in 2020. Apart from that brief ray of light, he had tried and failed eight times to qualify for the majors. Medvedev believes the Brazilian can use Tuesday's victory for a launchpad into the big time. "If he continues to play that way, in my opinion, end of the year, he's top 30," said Medvedev. "I honestly hope he's going play like this later on, because if not, I'm going be disappointed. I'm going to be like, why today? Why not in two days?"
'Harry Potter fan'

"His life is going to be better if he plays like this every match. He's going to get more money, more sponsors, win big titles. But he has to play like this. Not once on the Philippe Chatrier, but a lot of times in different tournaments all over the world throughout the year." In a tense final set on Tuesday, Seyboth Wild twice saw breaks retrieved by the Russian before he finally backed up a third break with a hold for 5-3. He held his nerve to clinch victory courtesy of two giant forehands and will face either Guido Pella or Quentin Halys for a place in the last 32. Seyboth Wild was US Open junior champion in 2018 and when he captured his only professional title at Santiago two years later at the age of 19, he became the first ATP champion born in the 2000s. But off the court, he has endured controversy.  He was the first pro tennis player to reveal a Covid diagnosis in 2020 while in 2021 he was reportedly investigated for abuse of a former girlfriend. He denied the allegations, describing them as "fabricated and vengeful". On Tuesday, he was again pressed on the claims. "I don't think it's a subject we should talk about it right here. I don't think it's a question you should be making to anybody," he said. "I don't think it comes to you to decide whether it's a place to be spoken of or not." A dedicated Harry Potter fan, Seyboth Wild boasts tattoos of the Golden Snitch from Quidditch, the eyes of Hermione and even the head of Hedwig the owl on his body. But he insisted there was nothing magical about his victory. "Work hard. It's not magic. It's not something you do out of the blue. It's just hard work and effort you put in every day," he explained.

Related Tags

Daniil Medvedev
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.