ADVERTISEMENT

Other pressing matters also need attention

Published May 19, 2026 12:05 am  |  Updated May 18, 2026 05:52 pm
FINDING ANSWERS
The Senate impeachment trial of Vice President Sara Duterte takes center stage after the House of Representatives voted overwhelmingly to impeach her on explosive charges: misuse of public funds, unexplained wealth, bribery, and death threats.
But amid the noise of partisan warfare that is expected to characterize the impeachment trial, Congress must not slow down in its equally important task of addressing the daily suffering of the Filipino people, which has been worsened by the Middle East crisis.
While our legislators are obliged to fulfill their impeachment mandate in pursuit of constitutional accountability, let me say that the people — in whom sovereignty resides and from whom all government authority emanates — cannot eat impeachment hearings.
I feel the need to put it bluntly because of the danger that the impeachment proceedings could consume the nation’s political oxygen while urgent national problems are pushed aside.
Amid the spectacle of the trial in the Senate, millions of Filipinos continue to wake up to the same unforgiving realities: soaring food prices, high electricity costs, inadequate housing, low wages, and economic uncertainty, among others.
Thus, Congress must not get bogged down, even temporarily, in its essential task of finding solutions — through legislation and oversight — to the energy crisis, food security, corruption, housing shortages, high prices, and other pressing needs of the people.
The country’s energy crisis alone demands relentless attention. For decades, Filipinos have suffered from the second highest electricity rates in Asia, next only to Japan. It is a burden that crushes households and discourages investors. Businesses struggle with operational costs, while consumers are forced to sacrifice other essentials just to keep the lights on.
Instead of allowing the impeachment trial to paralyze legislative work, Congress should use this moment to prove that our institutions can multitask. The impeachment trial may dominate headlines, but legislative committees handling agriculture, labor, energy, housing, and other concerns must continue functioning at full speed.
In fact, recent data from OCTA Research show that economic anxiety has become the defining national mood, with inflation ranked as the top concern across all socioeconomic classes, reflecting the growing pain felt by households nationwide.
OCTA’s latest “Tugon ng Masa” survey, conducted from March 19 to 25, found that 45 percent of Filipinos consider controlling the increase in prices of basic goods and services the most urgent national issue the government must address.
Even more revealing are Filipinos’ personal worries. The survey found that staying healthy and avoiding illness emerged as the top personal concern of Filipinos, cited by 67 percent of respondents. Other concerns include having enough food every day, having a stable and well-paying job, having savings, and being able to send children to school.
The survey numbers say far more about the true condition of the country. They reveal a population increasingly anxious not about political drama or maneuvering, but about survival itself.
The findings are especially alarming because the survey was conducted before the full impact of rising oil prices and global instability was felt in the Philippines. Analysts warn that higher fuel, transport, and food costs could prolong household suffering in the coming months.
Many Filipinos are already struggling—and things may still get worse. This is why Congress cannot afford to become consumed entirely by impeachment proceedings.
The OCTA survey captures this anxiety clearly. Beyond inflation itself, Filipinos identified wages, corruption, affordable food access, and poverty among their top national concerns. The message from the public is unmistakable: people want government focused on economic relief and practical solutions.
Corruption, meanwhile, remains both a political issue and an economic burden. While the impeachment trial itself revolves partly around allegations involving public funds, Filipinos are increasingly tired of selective accountability—where corruption becomes intolerable only when committed by political rivals.
If government wants to restore public trust, it must show that accountability applies to everyone equally.
Housing and healthcare also demand far greater urgency. Public hospitals remain overcrowded; healthcare in private hospitals and clinics remains expensive; and many families continue postponing medical care because they simply cannot afford it.
The OCTA survey’s finding that health is now the top personal concern among Filipinos should alarm policymakers. A population worried about getting sick is often one medical emergency away from financial collapse.
The acute housing shortage also remains a serious problem, and millions still live in overcrowded communities vulnerable to flooding, fire, and extreme weather.
Yet despite all these pressing needs, there is always the risk that politics — particularly toxic partisan politics — will once again consume the nation’s full attention.
The impeachment trial will undoubtedly shape the country’s political future and may redefine alliances. But history will judge the political class harshly if, during this impeachment spectacle, lawmakers fail to address the worsening hardships faced by ordinary citizens.
Public office is not merely about defeating political rivals or surviving scandals. It is about governing effectively while crises unfold in real time.
The Senate must therefore conduct the impeachment proceedings with fairness, seriousness, and integrity. But Congress as a whole must continue legislating or doing oversight function with urgency to address pressing problems.
Because outside the halls of power, millions of Filipinos are not asking for more political warfare.
They are asking for affordable food, lower prices, stable jobs, decent healthcare, honest governance, and the chance to live with dignity.
That — more than any impeachment trial — is the real battle that truly matters to many ordinary Filipinos. ([email protected])
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.