ADVERTISEMENT

Paul excited yet locked in for first NBA Finals at age 36

Published Jul 6, 2021 08:29 am
Jae Crowder of the Phoenix Suns talks with Devin Booker and Chris Paul of the Phoenix Suns during Round 2, Game 3 of the 2021 NBA Playoffs on June 11, 2021 at the Ball Arena in Denver, Colorado. (Photo by Garrett Ellwood / NBAE / Getty Images / Getty Images via AFP)

Chris Paul has waited 16 seasons to finally reach the NBA Finals and finds himself focused on winning a long-sought title while trying his best to enjoy the moment.

The 36-year-old playmaker has sparked the Phoenix Suns to their first NBA Finals since 1993, a best-of-seven showdown that opens Tuesday against visiting Milwaukee.

"Just enjoying the process and all the different moments of it, but ready to go," Paul said Monday.

"I'm usually on the phone with my kids, seeing what they got going on, and just getting ready, practising, body work, all that stuff. I'm focused."

Paul, an 11-time NBA All-Star and two-time Olympic champion, averaged 16.4 points, 8.9 assists, 4.5 rebounds and 1.4 steals a game for the Suns after arriving in a trade from Oklahoma City last November.

It was a virtuoso performance by an NBA maestro whose lack of a title and journeyman status over the past five years aroused plenty of doubters, part of why he writes "Can't give up now," on his shoes before every game.

He has found the finals unusual but largely because he can't watch NBA games on television.

"It's weird no games being on," Paul said. "I usually watch games every day, so that's probably the part that sucks the most. But I would rather be playing than not.

"It's different... but it's still basketball. We're all locked into the goal at hand."

Phoenix guard Devin Booker is among those who watches games differently and learns more from it thanks to Paul.

"It's just a whole other level of basketball and film study when you're with Chris," Booker said. "He's always locked in.

"You're not watching it for entertainment anymore. You're scouting the whole time you're watching."

Booker is watching Paul as well and not seeing any impact from reaching his first NBA Finals.

"I'm sure he might be feeling a different way in this first appearance, but he's not going to show us no frantic movement or any nervousness," Booker said.

"He's prepared for this and it's more of an 'I've been waiting this long, preparing for this moment right here, and it's right in front of us.'

"He's not walking a different way. He's not talking different way. But there's an understanding between all of us on what time it is and what we have to accomplish."

Only one player on either team has played in an NBA Finals before. Phoenix's Jae Crowder played last year for Miami, which lost to the Los Angeles Lakers. He knows how much Paul hungers for a title after so many years in the league without one.

"I'm happy to be part of it with him to help write his story," Crowder said. "Chris deserves it. He's my brother and I'm going to give him everything I've got and have his back.

"I think we're going to get the ring and put up a good fight."

'This is a blessing'

Suns coach Monty Williams is reluctant to compare the reality of the NBA Finals to what he imagined it would be like while he's still aiming at a higher goal.

"That's hard. I don't think you ever want to get there," Williams said. "As a head coach I don't have time to do all of that. I'm just focused on the things necessary to get wins. I can't stop and think about my feelings.

"There's a level of gratitude to be in this position, but you move on from that and start to strategize and figure out ways to maximize the moment."

Paul has stressed the times when one can enjoy an accomplishment and when it's time to focus on another achievement, and that's the time now.

"Our team knows when to lock in and when we got to enjoy the moment and enjoy ourselves," Paul said.

"For us it's balance. You always got to remember, this is a kid's game we play. This is a blessing and an opportunity to play this game."

Related Tags

Chris Paul Phoenix Suns NBA Finals Milwaukee Bucks
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.