ADVERTISEMENT

Embiid shines as Sixers sink Celtics; Nuggets rout Suns

Published May 10, 2023 05:36 am
LOS ANGELES (AFP) -- The Philadelphia 76ers moved to within one win of a series victory over the Boston Celtics in the NBA playoffs on Tuesday, May 9, as the Denver Nuggets thrashed the Phoenix Suns to edge closer to a place in the conference finals. *Al Horford of the Boston Celtics defends Joel Embiid of the Philadelphia 76ers during the first quarter of game five of the Eastern Conference Second Round Playoffs at TD Garden on May 09, in Boston, Massachusetts. (AFP)*


A towering performance in Boston from NBA Most Valuable Player Joel Embiid helped the Sixers power to a 115-103 victory over the Celtics to stun the home fans into silence. The result gives the Sixers a 3-2 lead in the best-of-seven series, meaning they will advance to the Eastern Conference finals with a win in game six back in Philadelphia on Thursday. In the Western Conference, the top-seeded Nuggets are also in the driving seat against Phoenix after pummeling the Suns 118-102 in Denver. Denver star Nikola Jokic finished with a 29-point triple-double for a win that leaves the Nuggets 3-2 up in the series, with game six in Arizona on Thursday. The Sixers will head into their clash with Boston brimming with confidence after an assured game-five display. Embiid led the scoring in a superbly balanced Sixers offensive performance, with five players finishing in double figures. Tyrese Maxey tormented the Celtics with 30 points, including six three-pointers, while point guard James Harden was a constant thorn in the side of the Celtics, finishing with 17 points, 10 assists and eight rebounds.

'Magician' Harden

"I thought Joel did a great job of shooting when he needed to shoot and passing when he needed to pass," Sixers coach Doc Rivers said. "Our composure overall was good. You know they're going to make shots, they're going to make runs. That team is tough, and you've got to breathe through it. I thought our guys did that." Rivers reserved special praise for the contribution of Harden. "I thought James was a magician tonight. He called a perfect game. He was aggressive early on, when he needed to be aggressive. And then he got everybody else involved." Boston coach Joe Mazzulla was left ruing what he described as his team's worst performance of the postseason. "That was the first game of the playoffs where we didn't play well," Mazzulla said.  "We can't lose perspective because the players have played some really good basketball. But that was our first really-really bad game of the playoffs.  "Doesn't come at necessarily the best time, but we just need to shift perspective and get ready for the next game." Boston never recovered after the Sixers pulled away to lead by 14 points in the second quarter. Although the Celtics closed the deficit to nine at half-time, they were unable to apply sustained pressure. The Sixers always found a way of responding to keep them at arm's length throughout the second half, with Philadelphia leading by double digits for almost the entirety of the third and fourth quarters. Boston's scoring was led by a 36-point display from Jayson Tatum while Jaylen Brown finished with 24 points.

Jokic triple

In Denver, the Nuggets took control early on with a 35-point first quarter before Phoenix roared back to outscore the home side 25-17 in the second quarter. Phoenix took a brief lead in the final minutes of the first half, but Denver hit back to lead 52-49 at the break. The Nuggets then roared out of the blocks in the opening minutes of the second half, outscoring Phoenix 21-6 to open up a 73-55 lead. Denver outscored Phoenix 39-25 in the third quarter and led by as much as 24 points in the final frame. Phoenix coach Monty Williams pulled his starters from the floor long before the end as Denver celebrated a crucial win. Jokic finished with 29 points, 13 rebounds and 12 assists to lead Denver's scorers, while Michael Porter Jr. had 19 points including five three-pointers. Devin Booker led the Suns with 28 points, while Kevin Durant finished with 26. Nuggets head coach Michael Malone said an improved defensive display had laid the foundation for his team's emphatic win. "We didn't play any defense in the two games we lost in Phoenix," Malone said. "When we're not running, and we're not defending, we’re going nowhere.  "And that's what we'll have to do in game six if we're going to close this series out." Suns coach Williams said his team's challenge wilted in the lop-sided third quarter. "It was like nothing we've put on the floor this year from our standards," Williams said. "We stood still and didn't move them around enough. I felt we were somewhat stagnant.  "We've got to meet the challenge with the physicality." 

Related Tags

Joel Embiid Denver Nuggets Philadelphia 76ers NBA Nikola Jokic
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.