ADVERTISEMENT

Chameleons test resurgence vs red-hot High Speed Hitters


Published Mar 18, 2026 02:25 pm

At A Glance

  • The Chameleons snapped a four-game skid with a four-set win over the ZUS Coffee Thunderbelles last week, reviving a campaign that had started strong with three straight victories after a major roster revamp.

Brooke Van Sickle remains a force for Nxled. (PVL Images)
Brooke Van Sickle remains a force for Nxled. (PVL Images)
Finally regaining its winning ways, Nxled seeks to keep its Top 4 hopes alive as it faces PLDT in a crucial Premier Volleyball League All-Filipino Conference clash at the FilOil Playtime Centre on Thursday, March 18.
The Chameleons snapped a four-game skid with a four-set win over the ZUS Coffee Thunderbelles last week, reviving a campaign that had started strong with three straight victories after a major roster revamp.
Now back on track, Nxled aims to sustain its resurgence – but faces a stern test against a PLDT squad determined to carry its winning form into the next phase.
Holding a 4-4 record, Nxled must beat PLDT in its final preliminary assignment and hope that Akari and Creamline, both at 5-3, do not add to their win totals.
Such a scenario could result in a multi-team tie for the last two Top 4 slots, triggering a tiebreak.
For now, however, Nxled remains focused on the task at hand: stopping a red-hot PLDT side.
“We just came off a win, let's celebrate it. But next we got PLDT and they're doing a fantastic job. So we have to prepare much better. And, you know, I think it was good that we broke the losing streak,” said Nxled team captain Brooke Van Sickle.
“So now I think, again, steps in the right direction, building confidence as a team. And, yeah, just continue to keep making day by day,” she added.
The High Speed Hitters have won four straight since a shutout loss to Cignal last Feb. 24.
Already assured of a Top 4 berth after its sixth win against Galeries Tower, PLDT showed no signs of slowing down, dispatching Choco Mucho in four sets over the weekend to eliminate the Flying Titans from contention.
Gametime is set at 4 p.m. in the penultimate playdate of the preliminary round before the Play-In stage begins Tuesday, featuring teams ranked No. 5 to No. 10.
The Top 4 squads will then battle in crossover semifinal matches next Thursday at the Araneta Coliseum.
Meanwhile, Choco Mucho (3-5) and ZUS Coffee (1-7) tangle at 6:30 p.m., both aiming to improve their standings and build momentum heading into the grueling Play-In phase.
The bottom six teams will be split into two groups, with the group winners advancing to face crossover match losers in the qualifying round.
Still, the spotlight remains on the Nxled-PLDT showdown.
Nxled will lean on Van Sickle, who faces a tough matchup against Savi Davison.
Support will come from Myla Pablo, MJ Phillips, Jonah Escamillan, Leyann de Guzman, Chiara Permentilla, Ranya Musa and EJ Cariño as they go up against PLDT’s imposing frontline of Kim Dy, Majoy Baron and Mika Reyes.
Backing them are Alleiah Malaluan, Jovie Prado, Dell Palomata and Jessey de Leon.
With both teams boasting deep, talented rosters, the outcome may hinge on coaching decisions – particularly rotation management and in-game adjustments – as well as composure in crucial, tightly contested moments.
For Nxled, it’s a chance for redemption and an opportunity to avoid an early exit in the Play-In stage.
For PLDT, it represents domination – and validation of both form and purpose.
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.