ADVERTISEMENT

Kaewkanjana takes first-round lead; Chan, Ramos in hot pursuit

Published Jan 23, 2025 08:49 am

At A Glance

  • CARMONA, Cavite – A calm Sadom Kaewkanjana fired a bogey-free 5-under-par 65 to take the clubhouse lead in the opening round of the Smart Infinity Philippine Open golf championship on Thursday, Jan. 23, at the Manila Southwoods Golf and Country Club here.

CARMONA, Cavite – A calm Sadom Kaewkanjana fired a bogey-free 5-under-par 65 to take a one-stroke lead in the opening round of the Smart Infinity Philippine Open golf championship on Thursday, Jan. 23, at the Manila Southwoods Golf and Country Club here.

As expected, those who started early struggled at the tricky Masters course that included Filipinos’ top bet Miguel Tabuena and amateur Rianne Malixi.

SADOMI1954.jpg

But the 26-year-old Thai played solid by hitting five birdies for nines of 33 and 32 to post one shot ahead of fellow Thais Danthai Boonma and Pavit Tangkamolprasert, and Australian Aaron Wilkin.

So focused and sharp was Kaewkanjana that he only missed one fairway and one green, opening him more opportunities for birdies in this 72-hole tournament.

“I’m happy with the results (today). I just played the same; I just hit more fairways and greens, and I hit my tee shots very good,” said Kaewkanjana, who won in the Asian Tour twice.

Starting at the back nine, Kaewkanjana hinted of good things to come by birdying the 11th and 14th. He hit an impressive birdie from within 25 feet on No. 17 -- his longest in the round -- then continued his momentum at the front nine with birdies on Nos. 1 and 7.

He had some hiccups along the way, including a missed green on the par-4 No. 4, but managed to salvage par.

“It’s a tough course. Some holes are tough and long. The green is small, so it’s a challenge for us,” Kaewkanjana said.

Trailing Kaewkanjana by two shots were Japan’s Yosuke Asaji, India’s Ajeetesh Sandhu, Sweden’s Bjorn Hellgren, and Thailand’s Settee Prakongvech.

Aidric Chan and Sean Ramos were the best Filipino so far with identical 68s, tying with Korea’s Eom Jaewoong, Australia’s Jed Morgan, Germany’s Dominic Foos, New Zealand’s Nick Voke, Thailand’s Varanyu Rattanaphiboonkij, South Africa’s Ian Snyman, and Japan’s Tatsunori Shogenji.

Meanwhile, Tabuena found himself nine shots behind the leader after stumbling with a 74.

Starting at the back nine, he fumbled with three bogeys against a birdie on his first nine holes and managed to bring it to even par with birdies on Nos. 1 and 3. But Tabuena couldn’t sustain his charge as he had two bogeys, and worse, a double bogey, on the last six holes.

“It’s just one of those days: I’m just not as sharp as in-season Miguel,” Tabuena said.

“I didn’t feel as comfy as (today) for some reason, but it’s part of it. You can’t always feel 100 percent when you play,” said Tabuena, who eyes his third tournament title here.

Malixi, the lone female player invited in the prestigious event, limped home with a 75 despite missing four fairways.

“I’m not really that disappointed because I know I was hitting it really straight, but my putts… I was hitting them well, but I couldn’t get them to sink. So far, I’ll just hope for the best (tomorrow),” the 17-year-old amateur said.

Related Tags

Philippine Open
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.