ADVERTISEMENT

Djokovic wins first game at Italian Open after month off

Published May 11, 2024 03:35 am

At A Glance

  • He cleaned up his game after dropping his first two service games with some sloppy play, though, and completed a 6-3, 6-1 win over left-handed French qualifier Corentin Moutet in his opening match at the Italian Open on Friday, May 10.

ROME (AP) — Novak Djokovic took a little while to get going in his first match in nearly a month.

AP24131629242593 (1).jpg
Serbia's Novak Djokovic returns the ball to France's Corentin Moutet at the Italian Open tennis tournament in Rome, Friday, May 10. (AP Photo/Alessandra Tarantino)

He cleaned up his game after dropping his first two service games with some sloppy play, though, and completed a 6-3, 6-1 win over left-handed French qualifier Corentin Moutet in his opening match at the Italian Open on Friday, May 10.

“I haven’t practiced with a lefty in a while, so it took me a little bit of time to adjust to the different rotation on the balls,” Djokovic said. “The first four games were quite bad for me. … But then I played well.”

Djokovic later needed medical attention after accidentally getting knocked on the head by a water bottle while leaving the court.

A man was leaning over the railing to hand Djokovic a notebook for a signature and an aluminum-type water bottle fell out of his backpack and hit the top-ranked player on the top of his head.

“While leaving center court after his match, Novak Djokovic was hit on the head by a water bottle while signing autographs. He received medical attention and has already left the Foro Italico to return to his hotel. His condition is not a cause for concern,” tournament organizers said in a statement.

Djokovic hadn’t played since he lost to Casper Ruud in the Monte Carlo Masters semifinals on April 13. The 24-time Grand Slam champion is also without a title this year — the first time he’s reached May without a trophy since 2018, when he was returning from a right elbow injury.

But Rome, where he’s a six-time champion, is one of Djokovic’s favorite tournaments. It’s also where Djokovic is trying to step up his game on clay before attempting to defend his title at the French Open, which starts on May 26.

Djokovic produced 21 winners to Moutet’s 13 and had 13 unforced errors to his opponent’s 20. Showing a willingness to come forward, Djokovic also won 18 of 22 points at the net.

“Corentin is a very talented player. He has great hands and very unpredictable. You don’t know what what comes up next. So I had to stay focused, which I did,” Djokovic said. “So it’s a good opening match.”

In the first game of the second set, the alarm on Moutet’s phone began ringing, prompting him to run over and grab it out of his bag. He then jokingly held it up to his ear as if he was answering a call — drawing laughter from the crowd and a smile from Djokovic. The 83rd-ranked Frenchman then held up his arms to apologize for the interruption.

Djokovic improved to 18-0 in his opening matches in Rome. He’ll next face 29th-seeded Alejandro Tabilo.

Record 10-time Rome champion Rafael Nadal is in the other half of the draw.

Also advancing in second-round matches were 2017 Rome champion Alexander Zverev, Grigor Dimitrov and Ben Shelton, while Nuno Borges eliminated 15th-seeded Alexander Bublik 6-4, 6-4.

Lorenzo Musetti retired after losing the first set to French qualifier Terence Atmane because of a stomach virus, leaving host Italy without three big players. Jannik Sinner withdrew before the tournament with an injured hip and Matteo Berrettini pulled out on Wednesday following a series of physical issues.

In the women’s tournament, defending champion Elena Rybakina withdrew before her opening match against Irina-Camelia Begu because of illness.

“Unfortunately I do not feel well enough to compete,” the fourth-ranked Rybakina said. “I have such good memories from last year and was looking forward to defending my title.”

Sofia Kenin eliminated eighth-seeded Ons Jabeur 7-5, 2-6, 6-4, while Maria Sakkari, Jelena Ostapenko and Danielle Collins each advanced.

Related Tags

Elena Rybakina italian open Novak Djokovic
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.