ADVERTISEMENT

TGR Philippine Cup opens 2025 season with action-packed race weekend

Published Apr 28, 2025 12:25 am

042825TGRPhilippineCup1.jpg

Toyota Motor Philippines kicked off the 2025 season of the Toyota Gazoo Racing (TGR) Philippine Cup with a high-energy opening race weekend on March 29, setting the tone for an eventful year of motorsports. The season opener, held under the TGR banner, showcased thrilling racing action, fan engagement activities, and the public debut of the new GR Yaris.

Leading the competition in the premier Super Sporting Class was racing veteran Maila Alivia, who dominated both sprint races and secured a top-five finish in the endurance race. Jesse Garcia took the lead in the Sporting Class, while rising talent and sim-racing graduate Luis Moreno topped the Novice Class standings. Notably, Toyota Motor Philippines (TMP) President Masando Hashimoto achieved his second podium finish of the weekend by finishing third in Sprint Race 2 after capitalizing on a runoff by fellow Novice Class competitor Pablo Salapantan.

042825TGRPhilippineCup3.jpg

The Legacy Class saw familiar names return to the track, including Senator JV Ejercito and Paolo Ang, the latter reclaiming victory in both sprint races. Race formats added a twist with a reverse grid rule in Sprint Race 2, altering starting positions based on Sprint Race 1 results. The rule brought added unpredictability and excitement, particularly in the Legacy, Sporting, and Super Sporting classes, where full grid reversals shook up race strategies.

The endurance race in the Super Sporting Class featured an intense battle between Mikey Jordan and Alain Gabriel Alzona for third place. Alzona eventually prevailed after several attempts to overtake a strong defensive drive by Jordan. Meanwhile, in the Sporting Class endurance event, Jesse Garcia returned to the top step of the podium, followed by Julia de los Angeles and Raymond Cudala.

042825TGRPhilippineCup2.jpg
GR 86 drifting exhibition

Highlighting Toyota’s commitment to bringing motorsports to a wider audience, the weekend also included the debut of the Club Race, where GR car club members raced competitively for the first time. Owners of Toyota GR performance cars and Lexus F SPORT vehicles also participated in a dedicated Track Day, while fans were treated to a display area showcasing the latest GR and F SPORT models.

042825TGRPhilippineCup4.jpg

Beyond the track, event-goers engaged with sponsor booths offering freebies, tried their hand at remote-controlled car challenges and sim racing, and browsed collectible diecasts. The festive atmosphere underscored Toyota’s continued push to blend racing culture with a strong community experience.

042825TGRPhilippineCup5.jpg
Toyota Motor Philippines President, Masando Hashimoto, waves to the crowd as he announces the refreshed GR Yaris during Race Weekend 1.

In his remarks during the opening ceremony, TMP President Masando Hashimoto stated, "At TGR Philippines, we stay committed to our goal of growing an inclusive and exciting motorsports hub where we can all come together and celebrate our love for cars and motorsports. This year, we are celebrating 11 years of the TGR Philippine Cup, and it is our pride and honor to continue bringing you the thrill and joy that only TGR can bring!"

The next leg of the 2025 TGR Philippine Cup is scheduled for May, bringing the racing excitement to Cavite City on a still-to-be-announced street circuit.
 

Related Tags

gazoo racing Toyota Motor Philippines (TMP)
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.